Radio
View Source
Use radios to present a list of options where users can only make a single selection.
Copy
Edit
Copy
Edit
Props
disabled
booleanDisables the radio component.
label
stringDetermines if the radio should use an internal label or not.
checked
booleanChecks the radio.
name
stringMaps to the internal input’s name prop.
value
mixedMaps to the internal input’s value prop.
onChange
() => nullMaps to the internal input’s onChange prop.
onFocus
() => nullMaps to the internal input’s onFocus prop.
onBlur
() => nullMaps to the internal input’s onBlur prop.