A radio input allows people to select one option from a number of choices. The radio field is generally displayed in a radio group.
View source codeReactNodeThe content to display as the label.
stringThe current value
stringclassName for the element
stringThe id of the RadioField
booleanWhether the RadioField should be checked. Ignored within a RadioGroup.
Default: falsebooleanWhether the RadioField should be disabled.
Default: falsestringThe name of the RadioField. Optional within a RadioGroup
ChangeEventHandler<HTMLInputElement>Handler that is called when the value changes. Ignored within a RadioGroup