CheckBox

Properties:

BackColor
Border
BorderColor
Caption
Enabled
FieldBackColor
FieldTextColor
Font
HorizontalAlign
TextColor
ThreeState
TitleLocation
ToolTip
Transparent
VerticalAlign

Events:

OnChange

Description:

Checkbox is used for selecting one value. You can use checkboxes that have two or three options. The number of options a checkbox has depends on the type to which it is linked: A checkbox with Boolean type value can have only two states (checked, unchecked), a checkbox with Number type value can have three states (unchecked - 0, checked - 1, grey-checked - 2).

Availability:

Thick client.

    

1C:Enterprise Developer's Community