Switch is a component with two states, checked or unchecked. It can be used to set boolean options. The behavior is the same as CheckBox, the only difference is the graphical style. More...
This component is under heavy development.
Example:
Item { Switch { checked: true } }