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