Check Box
Properties | Events | Methods
A checkbox allows users to select one or more options from a set. It typically represents a binary choice, such as checked (true) or unchecked (false).

Properties
Appearance
Control Alignment
Specifies the control alignment which are selectable (e.g., Left, Right, Center, Top and Bottom).
Custom
Input Type
Allows to select the input type as Check box or Button
Data
Bind Field
Connects the control to a specific data field to display or update its value.
Data Source
Specifies the source from which the control retrieves its data. (choose from the following options)
- Application – Loads data from predefined master data configured in the application.
- Direct – Allows manual entry of data directly within the control.
- This Screen – Uses data available on the current screen.
- General Master – Pulls standardized values from the General Master list.
- Custom – Enables a user-defined data source standard to specific needs.
Events
Applicable event is OnChange
Methods
For more information on Methods in this section, see the General-Methods.
