Skip to content

CheckboxCommand.onChange method

CheckboxCommand › onChange

Called when the checkbox value changes.

Signature:

onChange(value: boolean): void

Parameters:

ParameterTypeDescription
valuebooleanThe new checked state.

Returns: void