Skip to content

Checkbox

Component | Source Code

extends InputProps

Props Inheritance Hierarchy: Omit<ComponentPropsWithRef<“input”>, “children”> -> InputProps

Wraps the base input component with a default type of "checkbox".

Handler for when the user attempts to change the value of the checkbox.