12 lines
167 B
Handlebars
12 lines
167 B
Handlebars
<label
|
|
for="{{id}}"
|
|
>
|
|
{{ label }}
|
|
</label>
|
|
<input
|
|
type="checkbox"
|
|
id="{{ id }}"
|
|
name="{{ key }}"
|
|
{{ checked defaultValue }}
|
|
{{#if autofocus}}autofocus{{/if}}
|
|
>
|