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...
| Import Statement: | import Ubuntu.Components 0.1 |
| Inherits: |
Detailed Description
This component is under heavy development.
See also the Design Guidelines on Toggles.
Example:
Item { Switch { checked: true } }