altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
31 lines (30 loc) • 778 B
JSON
{
"hasFieldset" : true,
"switch-legend" : "Velg et alternativ",
"radiobuttons": [
{
"radiobuttons-title": "Du kan velge denne",
"radiobuttons-id": "radiobutton-read",
"radiobuttons-name": "addRights",
"radiobuttons-class": "",
"hasIcon": {
"icon-prefix": "ai",
"icon-class": "ai-read"
}
},
{
"radiobuttons-title": "eller denne",
"radiobuttons-id": "radiobutton-edit",
"radiobuttons-name": "addRights",
"radiobuttons-class": "",
"hasIcon": false
},
{
"radiobuttons-title": "eller denne",
"radiobuttons-id": "radiobutton-sign",
"radiobuttons-name": "addRights",
"radiobuttons-class": "",
"hasIcon": false
}
]
}