CheckboxChangeEvent
Interface for Checkbox change event arguments
Props
The following table outlines the props for the CheckboxChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | ChangeEvent<HTMLInputElement> | - | The initial event object received from the input element. |
| value | boolean | - | The current checked state of the Checkbox. |