Skip to content

CheckboxCommand.onInit method

CheckboxCommand › onInit

Called once with the created checkbox element, to initialize its state.

Signature:

onInit(checkboxEl: HTMLInputElement): void

Parameters:

ParameterTypeDescription
checkboxElHTMLInputElementThe created checkbox element.

Returns: void