<div class="checkbox-group">
    <input type="checkbox" id="check-1">
    <label for="check-1">Administrasjo, planlegging og leiing</label>
</div>
<div class="checkbox-group">
  <input type="checkbox" id="{{ id }}" {{ attr }}>
  <label for="{{ id }}">{{ text }}</label>
</div>
{
  "text": "Administrasjo, planlegging og leiing",
  "id": "check-1"
}

No notes defined.