Switchinput
[BSwitchInput]{#BSwitchInput data-4search="ui/b/switchinput.js:BSwitchInput;section"}
The
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
.