Property | Description |
Create On Condition | Whether to create the check box at run time. |
Font Color | Color of the text for the check box. |
Font Size | Size of the font to use for the check box text. |
Font Style | How the text should be formatted, for example, bold, italic, or underlined. |
HAlign | Horizontal alignment of the text. |
Name | Name you assign the check box in the Outline Editor for your own reference purpose. This name does not appear in the application’s user interface. |
Position X | Distance from the check box’s left edge to its parent object’s inner X position. |
Position Y | Distance from the check box’s top edge to its parent object’s inner Y position. |
Tag | Used to determine the context of the element at runtime, e.g. in a Delegate to find out which element was pressed. |
Text | Text to display for the check box. |
Visible | Whether the check box is visible or hidden. |
Width | Width of the check box. |