Skip to content

Switchinput

[BSwitchInput]{#BSwitchInput data-4search="ui/b/switchinput.js:BSwitchInput;section"}

The element is a field-editor switch to change between on and off.

Properties:

value : Contains a boolean indicating whether the switch is on or off. readonly : Make this component non editable for the user.

Events:

valuechange : Event emitted whenever the value changes, which is provided as event.target.value.