Skip to content

SettingEx.addCheckbox method

SettingEx › addCheckbox

Adds a CheckboxComponent to the setting.

Signature:

addCheckbox(callback: (checkbox: CheckboxComponent) => void): this

Parameters:

ParameterTypeDescription
callback(checkbox: CheckboxComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.