Class XbpCheckBox() Foundation
Class function of the XbpCheckBox class.
The XbpCheckBox class provides the checkbox dialog element. A checkbox is always in one of two conditions: "selected" or "not selected". The current state is stored in the edit buffer of the XbpCheckbox object. These states are identified by the logical values .T. (true) and .F. (false).
A checkbox is always displayed on the screen in two parts. It consists of a square where the current state of the checkbox is visually displayed and the caption which is displayed to the right of the box. The character "x" is displayed in the box when the checkbox is in the "selected" state. The appearance of this box cannot be altered. The caption displays the specified text and must be defined before the :create() method is called.
The instance variables in this group configure system resources. If changes are made to these values, they must either be made before the :create() method is executed or the :configure() method must be used to activate the changes.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.