<input name="" type="checkbox" autocomplete />
<span class="Form-checkbox "></span>
{{#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": null
}
There are no notes for this item.