Skip to content

CheckboxCommand.onChange method

CheckboxCommand › onChange

Called when the checkbox value changes.

Signature:

onChange(isChecked: boolean): void

Parameters:

ParameterTypeDescription
isCheckedbooleanThe new checked state.

Returns: void