Radio
Component | Source Code
extends InputProps
Props Inheritance Hierarchy: Omit<ComponentPropsWithRef<“input”>, “children”> -> InputProps
A wrapper for the base input component with a default type of "radio".
Properties
Section titled “Properties”onChangeChecked?: Function
Section titled “onChangeChecked?: Function”Handler for when the user attempts to change the checked value of this radio button.