4.7. Check widget class

The Check class inherits QCheckBox Qt class.

Widget's input value

A string or any object that can be converted to a string. If the string is prefixed with a "+" character, the check box is checked. The string is used as the check box label. The value can also be a boolean value that changes the checked state.

Widget's output value

A boolean value indicating the checked state.