CheckBox Properties

The properties defined in the CheckBox class are summarized in the following table.

Property Description
alignment Specifies whether the text is placed before or after the button bitmap image
autoSize Specifies whether a check box control is automatically resized to fit its contents
caption Contains a caption to assign to a check box control
readOnly Specifies whether a check box control is read-only for user input
transparent Causes a check box control to be placed above all other sibling controls and the controls underneath to be visible
value Specifies whether the state of a check box control is checked or unchecked

For details, see "Window, Form, and Control Properties", later in this document.