CheckboxCommand.onInit method
CheckboxCommand › onInit
Called once with the created checkbox element, to initialize its state.Signature:
onInit(checkboxEl: HTMLInputElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| checkboxEl | HTMLInputElement | The created checkbox element. |
Returns: void