altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
18 lines • 472 B
JSON
{
"switch-radio-btn-name": "atom-switch-cb",
"switch-legend": "Bytt mellom to valg",
"switch-radio-btn-items": [
{
"switch-radio-btn-id": "atom-switch-cb1",
"isChecked": "checked",
"radio-btn-label": "Valg1"
},
{
"switch-radio-btn-id": "atom-switch-cb2",
"radio-btn-label": "Valg2"
}
],
"themeCss": "../../css/style.prototype.altinn.css",
"themeJs": "./../../js/altinnPrototyping.js",
"themeJsVendor": "../../js/altinnPrototyping.vendor.js"
}