<fieldset class="c-checkbox">
    <p>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Licensed Cotton Chips</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Small Frozen Fish</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Incredible Fresh Pants</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Practical Concrete Towels</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Incredible Bronze Mouse</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Practical Frozen Pizza</span>
        </label>
    </p>
</fieldset>
<fieldset class="c-checkbox">
   <p> {{!-- WP Contact Form 7 generated --}}
    {{#each checkbox}}
    <label>
      <input name="" value="" type="checkbox">
      <span class="wpcf7-list-item-label">{{ checkbox.label }}</span>
    </label>
    {{/each}}
  </p>
</fieldset>
{
  "checkbox": [
    {
      "checkbox": {
        "label": "Licensed Cotton Chips"
      }
    },
    {
      "checkbox": {
        "label": "Small Frozen Fish"
      }
    },
    {
      "checkbox": {
        "label": "Incredible Fresh Pants"
      }
    },
    {
      "checkbox": {
        "label": "Practical Concrete Towels"
      }
    },
    {
      "checkbox": {
        "label": "Incredible Bronze Mouse"
      }
    },
    {
      "checkbox": {
        "label": "Practical Frozen Pizza"
      }
    }
  ]
}

Markup for this component reflects the WordPress Contact Form 7 plugin.