Switch

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...

Inherits CheckBox

Detailed Description

This component is under heavy development.

See also the Design Guidelines on Toggles.

Example:

Item {
    Switch {
        checked: true
    }
}