{% if field.field.widget.input_type == "checkbox" %}
{{ field }} {% include "unfold/helpers/form_label.html" with field=field %}
{% include "unfold/helpers/form_errors.html" with errors=field.errors %} {% include "unfold/helpers/help_text.html" with help_text=field.help_text %}
{% else %}
{% include "unfold/helpers/form_label.html" with field=field %} {{ field }} {% include "unfold/helpers/form_errors.html" with errors=field.errors %} {% include "unfold/helpers/help_text.html" with help_text=field.help_text %}
{% endif %}