<fieldset class="c-checkbox">
    <p>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Awesome Granite Sausages</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Electronic Rubber Keyboard</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Tasty Metal Pizza</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Elegant Granite Pants</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Licensed Steel Bike</span>
        </label>
        <label>
            <input name="" value="" type="checkbox">
            <span class="wpcf7-list-item-label">Generic Frozen Towels</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": "Awesome Granite Sausages"
      }
    },
    {
      "checkbox": {
        "label": "Electronic Rubber Keyboard"
      }
    },
    {
      "checkbox": {
        "label": "Tasty Metal Pizza"
      }
    },
    {
      "checkbox": {
        "label": "Elegant Granite Pants"
      }
    },
    {
      "checkbox": {
        "label": "Licensed Steel Bike"
      }
    },
    {
      "checkbox": {
        "label": "Generic Frozen Towels"
      }
    }
  ]
}

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