Radio button
The Radio component allows user to select a single item from a list.
Default
Use radio buttons where users must make a single selection.
Disabled
Disabled radio buttons can appear as selected or unselected.
Props
-
label
string
Label of the radio button
-
checked
boolean
Radio button is selected
-
labelHidden
boolean
Visually hide the label
-
disabled
boolean
When true, the radio button is disabled