The Check Box control displays an image of a box
alongside a caption by
default.
When the control is selected (or checked) in the running of a
specification or testing the image shows a check mark
within
the box.
When the form control is created the name given to the control will display as its caption. This can be changed by selecting the Caption property.
The caption can be displayed either side of the check box by changing the Check Alignment property.
This form control is typically used for:
When selected (checked) the form control reports TRUE.
When unselected (not checked) the form control reports FALSE.
Any rule that references the check box return value should use these values.
The table below is a list of all properties available for the check box.
A user form control which displays a check mark when selected. The check box reports TRUE when selected and FALSE when not selected.