-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Radio Component
Mike edited this page Jun 5, 2025
·
6 revisions
For the updated documentation on the component, refer to the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
"label": "Radio",
"optionsLabelPosition": "right",
"customClass": "pl-3",
"inline": false,
"tableView": false,
"values": [
{
"label": "A",
"value": "a",
"shortcut": ""
},
{
"label": "B",
"value": "b",
"shortcut": ""
},
{
"label": "C",
"value": "c",
"shortcut": ""
}
],
"key": "radio",
"type": "radio",
"input": true
}
This component uses the core properties defined within the Common Parameters section.
Property | Description | Value | Required | Default |
---|---|---|---|---|
values | An array of value objects | Array of value objects, where each item in the array has the following properties.
|
true |
[] |