Skip to content

SettingEx.addTriStateCheckbox method

SettingEx › addTriStateCheckbox

Adds a TriStateCheckboxComponent to the setting.

Signature:

addTriStateCheckbox(cb: (triStateCheckbox: TriStateCheckboxComponent) => void): this

Parameters:

ParameterTypeDescription
cb(triStateCheckbox: TriStateCheckboxComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.