Radio Button
Properties | Events | Methods
Allows a user to select only one option from a group of mutually exclusive options, typically displayed with a small circle that turns filled when selected

Properties
Custom
Label Position
To set the position (Top, Bottom, Left, Right) of the label
Input Type
To set the Input Type as (Option, Button)
Template
Used for get value from the Template

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 radio options manually |
Events
Applicable event is OnChange
Methods
For more information on Methods in this section, see the General-Methods.
