Documentation

text()

Sets the text displayed next to the toggle.

text(text: BindingOrValue<StringConvertible | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related