CheckBox

CheckBox is a component with two states, checked or unchecked. It can be used to set boolean options. The behavior is the same as Switch, the only difference is the graphical style. More...

Inherited by Switch.

Properties

Detailed Description

This component is under heavy development.

Example:

Item {
    CheckBox {
        checked: true
    }
}

Property Documentation

checked : bool

This documentation is under development and is subject to change.

Specifies whether the checkbox is checked or not. By default the property is set to false.