Checkbox

Checkbox component.

Properties

PropertyDescription
EnabledBoolean indicating whether or not the component is enabled.
HintSpecifies the user hint string that will appear in the component's interactive help bubble.
TabIndexInteger indicating the component's tab order (Qubes 5.6).
ValueCheckedValue of the component when it is checked.
ValueInitialDetermines the component's initial value when the screen opens and each time it is reset (see Reset Button).
ValueUncheckedValue of the component when it is not checked.
VisibleBoolean indicating whether or not the component will be visible.

Value

When checked, the value is ValueChecked otherwise it is ValueUnchecked.

Remarks

See also Toggle.

Classification

Standards