{% with classes=field.css_classes label=label|default:field.label help_text=help_text|default:field.help_text required=field.field.required %} {% include "helper/forms/errors.html" with errors=field.errors %} {% if field_type == "radio" %}
{% elif field_type == "checkbox" %}