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