Skip to content

Commit

Permalink
[TwigBridge] Re-add Bootstrap 3 Checkbox Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arkste committed Oct 27, 2017
1 parent fdac9e3 commit 8ac8f9d
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,15 @@
{%- endblock datetime_row %}

{% block checkbox_row -%}
{% spaceless %}
<div class="form-group{% if not valid %} has-error{% endif %}">
{{- form_widget(form) -}}
{{- form_errors(form) -}}
<div class="{{ block('form_label_class') }}"></div>
<div class="{{ block('form_group_class') }}">
{{- form_widget(form) -}}
{{- form_errors(form) -}}
</div>
</div>
{% endspaceless %}
{%- endblock checkbox_row %}

{% block radio_row -%}
Expand Down

0 comments on commit 8ac8f9d

Please sign in to comment.