ModalCommandBuilder.addCheckbox method
ModalCommandBuilder › addCheckbox
Adds an interactive checkbox to the control strip, bound to a modifier+key shortcut that toggles it.Signature:
addCheckbox(command: CheckboxCommand): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| command | CheckboxCommand | The checkbox command to add. |
Returns: this — The builder instance for chaining.