disabled()
Disables the toggle.
disabled(disabled?: BindingOrValue<boolean>): this;
Parameters
- disabled — True to disable the toggle; defaults to true.
Return value
The builder instance for chaining.
Related
class ToggleBuilder static
A builder class for creating UIToggle instances.
