Properties of a Checkbox control
Use the following tabs to configure the properties of a Checkbox control.
General
Name |
Description |
---|---|
Type |
The type of the control. |
Name |
A unique name for the check box. |
Tooltip |
The supplementary information that displays by hovering the mouse over the check box 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 like "Select this check box to approve customer details". |
Enabled |
If selected, enables the control at runtime. (Default: Selected) |
Security token |
Makes the form secure. See Security tokens. |
Text |
Meaningful text that appears at runtime. For example, use "Approve customer details" instead of "CheckBox1". |
Visible |
Makes the check box visible at runtime. (Default: Selected) |
Checked |
Allows the check box to be selected at runtime. (Default: Selected) |
Error message |
An error message that is displayed on performing a wrong operation. |