The Radio Button element is used for specifying fields that have one or more options. To create a radio group, more than one radio buttons, all the radio buttons elements must have the same name but with different values.
| Property Name |
Description |
| Name |
This property is used to describe the name of the Radio Button Field. In addition, if this element is to become a search field, this property then becomes the label for the search field in the form. |
| Value |
This property is for storing the value for the radio button field element. |
| Checked |
Indicates whether the default value for this field is checked/selected. |
| SearchField |
This optional property is used to specify if the element is to be included in the search form in the Workflow Manager module. |
| Class |
Optional name of the CSS style class. |
| Disabled |
This optional property specifies whether the field should be disabled. |
| Mandatory Validation |
This optional property specifies whether the field should be validated as a mandatory field. If this property is selected, an error message should also be provided. |


