Optionaldisabled?: booleanOptionallabel?: stringName for the HTML data value in forms
OptionalonChange?: (value: string) => voidvalue and onChange are optional because we want to be able to use the control in an uncontrolled manner as well (for example, in forms)
Optionalrequired?: booleanA selection is required
Optionalvalue?: stringvalue and onChange are optional because we want to be able to use the control in an uncontrolled manner as well (for example, in forms)
Disable entire group of radio buttons.