onChange

abstract var onChange: (event: SyntheticEvent<*, *>, checked: Boolean) -> Unit?(source)

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).