RadioButton Attribute

How to use in JSON metadata in form builder:
{
"id": "radiobutton",
"label": "Radio Button",
"input_type": "RADIOBUTTON",
"is_standard": true,
"initial_value": "male",
"display_order": 10,
"radio_options": [],
"validation_rules": {}
}
Properties of date attribute:
| # | Attribute | Default | Description |
|---|---|---|---|
| 1 | id | radiobutton | Base attribute which specifies "text" input field. |
| 2 | label | Radio Button | Used to specify the label of the field |
| 3 | input_type | RADIOBUTTON | Base attribute which specifies input types no need to change |
| 4 | is_standard | true | No need to change (by default: TRUE) |
| 5 | editable | true | Allows user to edit the input |
| 6 | display_order | 1 | Allows user to define the order of the fields |
| 7 | initial_value | male | Value of the currently selected radio button |