Checkbox
Checkbox component.
Properties
| Property | Description |
| Enabled | Boolean indicating whether or not the component is enabled. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| ValueChecked | Value of the component when it is checked. |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| ValueUnchecked | Value of the component when it is not checked. |
| Visible | Boolean indicating whether or not the component will be visible. |
Value
When checked, the value is ValueChecked otherwise it is ValueUnchecked.
Remarks
See also Toggle.