onChange
Callback fired when the state is changed.
Parameters
{React.SyntheticEvent} event The event source of the callback. You can pull out the new checked state by accessing event.target.checked
(boolean).
Callback fired when the state is changed.
{React.SyntheticEvent} event The event source of the callback. You can pull out the new checked state by accessing event.target.checked
(boolean).