Copy environment

Choice Group

<fieldset class="choice-group">
    <legend class="choice-group__label">Choice group label</legend>
    <div class="choice-group__inner">

        <div class="check choice-group__item">
            <input type="checkbox" id="check1" name="check" value="" class="check__input">
            <label for="check1" class="check__label">
        <span class="check__indicator">
            <svg class="icon  check__icon">
    <use xlink:href="../../inc/svg/global.48b54b5802220943f9ae21d3bf31136a.svg#check"></use>
</svg>
        </span>
        <span class="check__text">Esimene valik</span>
    </label>
        </div>

        <div class="check choice-group__item">
            <input type="checkbox" id="check2" name="check" value="" class="check__input">
            <label for="check2" class="check__label">
        <span class="check__indicator">
            <svg class="icon  check__icon">
    <use xlink:href="../../inc/svg/global.48b54b5802220943f9ae21d3bf31136a.svg#check"></use>
</svg>
        </span>
        <span class="check__text">Teine valik</span>
    </label>
        </div>

        <div class="check choice-group__item">
            <input type="checkbox" id="check3" name="check" value="" class="check__input">
            <label for="check3" class="check__label">
        <span class="check__indicator">
            <svg class="icon  check__icon">
    <use xlink:href="../../inc/svg/global.48b54b5802220943f9ae21d3bf31136a.svg#check"></use>
</svg>
        </span>
        <span class="check__text">Option 3</span>
    </label>
        </div>
    </div>
</fieldset>
{
  "language": "en-US",
  "data": {
    "label": "Choice group label",
    "type": "check",
    "choices": [
      {
        "id": "check1",
        "label": "Esimene valik",
        "name": "check"
      },
      {
        "id": "check2",
        "label": "Teine valik",
        "name": "check"
      },
      {
        "id": "check3",
        "label": "Option 3",
        "name": "check"
      }
    ]
  }
}