{% load l10n formify %}
{% if field.label and formify_helper.form_show_labels %} {# Not display label for single checkbox #} {% endif %}
{% for choice in field.field.choices %} {% endfor %}
{% include 'formify/tailwind/help_text_and_errors.html' %}