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
Template Type
| Template Type | Description |
|---|---|
| Standard - with value | Backend value stored in value |
| Standard - index as value | Backend value stored in index |
| Standard - text as value | Backend value stored in display |
| Custom | User can customize the template value (custom works for "button") |
| Data Source | Values load from data source under data property |
Template List
| Item | Description |
|---|---|
| Template List | Shows some default list of possible radio-type options like Approval status, Yes/No, Ok/Not Ok, etc. |
Custom Template
| Option | Description |
|---|---|
| Custom Input | By choosing Custom from Template Type, the user can input JSON for checkbox options manually |
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.
