CheckboxChangeEvent

Interface for Checkbox change event arguments

Props

The following table outlines the props for the CheckboxChangeEvent:

NameTypeDefaultDescription
event
ChangeEvent<HTMLInputElement>
-

The initial event object received from the input element.

value
boolean
-

The current checked state of the Checkbox.