fmt()
Sets localizable or dynamic text for the toggle.
fmt(text: StringConvertible, ...args: Binding[]): this;
Parameters
- text — The text to display, passed to fmt() or Binding.fmt().
- args — Additional bindings used to format the text dynamically.
Return value
The builder instance for chaining.
Related
class ToggleBuilder static
A builder class for creating UIToggle instances.
