Radio
A Radio Button lets users select a single option from a group.
Use it within a Radio Button Group—individual usage is discouraged, as React may not track the checked
state reliably outside a group.
Color
You can use the color
prop to style the color of the radio.
Label position
Use the labelPosition
prop to change the position of the label.
Controlled
Controlled radio button. Clicking the Radio button 1 does nothing, while clicking Radio button 2 changes both inputs.
Related components
Last updated on