Properties of a Check Box

See Basic controls.

Enabled

Allow the control to be enabled at runtime.

Name
By default, the control ID appears as the name appears of the control. Change the ID to make the control easier to identify during mapping.
Text
Change the default text (CheckBox1) to provide useful information to the user. For example, use "Approve Customer details" instead of "CheckBox1".
Tooltip

Use a tooltip to display supplemental information about the control at runtime.

For example, inform the user that the check box must be selected to approve the customer details. Create a tooltip for the Approve check box using something similar to "Select this check box to approve customer details".

State

Choose whether the control state should be hidden, optional or mandatory. (Default: optional)

Security Token

Use security tokens to make the form more secure. See Security tokens.

Show Label
Show the label for the check box.
Checked
Allow the check box to be selected at runtime. (Default: Cleared)
Error Message
Enter a message to appear at runtime when no check box is selected.
Design

Configure the design properties. See Configure the design of a control.