Check¶

Widget description¶
The check widget allows for toggling a value between true and false.
Check objects are a lot like radio objects in layout and functionality,
except they do not work as a group, but independently, and only toggle
the value of a boolean state
between false and true.
Emitted signals¶
changed
- This is called whenever the user changes the state of the check objects.
Layout content parts¶
icon
- An icon of the check
Layout text parts¶
default
- A label of the checkon
- On state label of the checkoff
- Off state label of the check