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
boolean
Disables the radio component.
label
string
Determines if the radio should use an internal label or not.
checked
boolean
Checks the radio.
name
string
Maps to the internal input’s name
prop.
value
mixed
Maps to the internal input’s value
prop.
onChange
() => null
Maps to the internal input’s onChange
prop.
onFocus
() => null
Maps to the internal input’s onFocus
prop.
onBlur
() => null
Maps to the internal input’s onBlur
prop.