fix: expand form elements with ID

This commit is contained in:
James Cole
2023-06-06 06:19:24 +02:00
parent 74a2935fea
commit 2e4f07d058
11 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
<div class="{% if options.small %}col-sm-4{% else %}col-sm-8{% endif %}">
<div class="checkbox">
<label>
{{ Html.checkbox(name, options.checked, value) }}
{{ Html.checkbox(name, options.checked, value).id(options.id) }}
</label>
</div>
{% include 'form.help' %}