The PCheckBox allows the user to display true and false values. The values are represented by hooks in the fields.
Has the property Enabled the value false, the PCheckBox will be painted grayed.
When a PTableElement has a column which contains true and false values, it can be displayed by a PCheckBox. In the property TableSource, the PTableElement with the wanted tble column, can be entered. In the property ControlSource the according table column from the PTableElement can be selected.
The property DefaultValue defines the default value of the field.
With the Icon properties, images for the several states can be assigned to the PCheckBox. They replace the box that displayes the state. E.g. Icon willl be displayed when the PCheckbox has the value false, SelectedIcon when it has the value true.