Skip to content

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".

Handler for when the user attempts to change the checked value of this radio button.