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".
Properties
Section titled “Properties”onChangeChecked?: Function
Section titled “onChangeChecked?: Function”Handler for when the user attempts to change the value of the checkbox.