Switch Attribute

How to use in JSON metadata in form builder:
{
"id": "switch",
"label": "Switch",
"input_type": "SWITCH",
"is_standard": true,
"editable": true,
"display_order": 8,
"validation_rules": {}
}
Properties of date attribute:
| # | Attribute | Default | Description |
|---|---|---|---|
| 1 | id | switch | Base attribute which specifies "text" input field. |
| 2 | label | switch | Used to specify the label of the field |
| 3 | input_type | SWITCH | 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 |