Radio Group

JSON structure example

"viewDefinition": {
    "children": {
        "radioGroupComponent": {
            "type": "radio-group",
            "id": "radioGroupId",
            "disabled": false,
            "size": "default",
            "name": "radioGroupName",
            "header": "radioGroupHeader",
            "inline": false,
            "displayField": "{invoiceNumber}",
            "valueField": "{id}",
            "resource": "radioGroupdata",
            "options": "{optionsFieldTemplate}"
        }
    }
}

Do's and Don'ts

For more details, refer to Radio Group Usage and Visual styleguides in our Storybook