<label class="flex">
    <input
        name=""
        type="checkbox"
        
        
        
        autocomplete
        
        
    />
    <span class="Form-checkbox "></span>
    <span>I agree to <a target="_blank" class="c-inherit underline" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">this</a>.</span>
</label>
{{#if labeltext}}
<label class="flex">
{{/if}}
    <input
        name="{{name}}"
        type="checkbox"
        {{#if id}}id="{{id}}"{{/if}}
        {{#if value}}value="{{value}}" {{/if}}
        {{#if autofocus}}autofocus{{/if}}
        {{#if autocomplete}}autocomplete{{/if}}
        {{#if disabled}}disabled{{/if}}
        {{#if required}}required{{/if}}
    />
    <span class="Form-checkbox {{modifier}}"></span>
{{#if labeltext}}
    <span>{{{labeltext}}}</span>
</label>
{{/if}}
{
  "id": null,
  "name": null,
  "placeholder": null,
  "value": null,
  "autofocus": null,
  "autocomplete": true,
  "disabled": null,
  "required": null,
  "modifier": null,
  "labeltext": "I agree to <a target=\"_blank\" class=\"c-inherit underline\" href=\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\">this</a>."
}

There are no notes for this item.