SettingEx.addCheckbox method
SettingEx › addCheckbox
Adds a CheckboxComponent to the setting.Signature:
addCheckbox(cb: (checkbox: CheckboxComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (checkbox: CheckboxComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.