{% for choice in choices %}
{% comment %} Fomantic's CSS-only checkbox works because the real input is stretched invisibly over the box, so a click anywhere hits it. That is a mouse affordance, not an accessible name — the label is wired up with for/id so a screen reader announces it too. {% endcomment %}
{% endfor %} {% if error %}
{{ error }}
{% endif %}