SwitchChangeEvent

Interface for Switch change event arguments

Props

The following table outlines the props for the SwitchChangeEvent:

NameTypeDefaultDescription
event
ChangeEvent<HTMLInputElement>
-

The original DOM change event from the input element.

value
boolean
-

The new checked state of the Switch after toggle.