{% block field_row %} {% spaceless %} {% if attr.chkbx_style is defined %}
{{ form_widget(form) }}
{{ form_label(form, label) }} {% elseif attr.radio_style is defined %}
{{ form_widget(form) }}
{{ form_label(form, label) }} {% else %}
{{ form_label(form, label) }} {{ form_widget(form) }} {% endif %} {{ form_errors(form) }}
{% endspaceless %} {% endblock field_row %} {% block checkbox_widget %} {% spaceless %} {% endspaceless %} {% endblock checkbox_widget %}