{% comment %} Foundation groups checkboxes in a fieldset/legend and pairs a *sibling* `label[for]` with each input rather than wrapping it, so every box needs an id of its own — a shared one would point every label at the first input. {% endcomment %}
{{ label }}
{% for choice in choices %} {% endfor %}
{% if error %}{{ error }}{% endif %}