Navigator > Setup > Form Designer > Layout tab > Component Editor > Properties tab
See also Form Designer Component Properties for properties common to different component types.
The following properties are available for Check Box Components:
ButtonSize |
When zero default size (13), values other than zero override this. Not available for grid bound Check Box. |
Checked |
When True, the check box is checked. |
Hint |
The hint text to be displayed when the mouse hovers over the component. |
IgnoreGridParent |
When True, when the component is on a grid it will not be checked to see if it is unconnected. |
LabelCaption |
The text to be displayed beside the Check box. |
LabelVisible |
When False, the Label Caption will not be displayed. |
LabelWidth |
Set the width of the Label Caption. |
ReadOnly |
When True, the user cannot edit the component on the form. |
TabOrder |
Set the sequential tab order for components, when the |
TabStop |
When True, this component will be included in the tab order. When False, the |
Visible |
When True, the component will be displayed. |