<fieldset class="c-checkbox">
    <p>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Gorgeous Plastic Cheese</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Licensed Concrete Computer</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Oriental Wooden Pants</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Gorgeous Plastic Shirt</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Rustic Fresh Towels</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Incredible Plastic Tuna</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": "Gorgeous Plastic Cheese"
      }
    },
    {
      "checkbox": {
        "label": "Licensed Concrete Computer"
      }
    },
    {
      "checkbox": {
        "label": "Oriental Wooden Pants"
      }
    },
    {
      "checkbox": {
        "label": "Gorgeous Plastic Shirt"
      }
    },
    {
      "checkbox": {
        "label": "Rustic Fresh Towels"
      }
    },
    {
      "checkbox": {
        "label": "Incredible Plastic Tuna"
      }
    }
  ]
}

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