Check box control

Use this control to add a check box that displays and enables users to update the contents of a Boolean (logical) field, which can evaluate to true, false, unknown, or null.

Refer to the following screenshot as an example of the check box control widget on a Mobile Applications form:

Property Usage
Name

(Optional) Specify a unique identifier for the object on the screen.

This name is used by external applications, such as RAD, to dynamically change the properties of the object.

Caption Specify a text caption for the object.
Input Specify the database field or variable to associate with this control.
Read-Only Select this option to disable editing capabilities and provide only viewing access to the field. Give read–only fields a tab–stop value of –1 to prevent users from tabbing into them.