{
  "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"
    }
  ]
}