8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0082981 commit 1c1d530Copy full SHA for 1c1d530
src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_base_layout.html.twig
@@ -147,10 +147,14 @@
147
{% endblock choice_label %}
148
149
{% block checkbox_label -%}
150
+ {%- set label_attr = label_attr|merge({for: id}) -%}
151
+
152
{{- block('checkbox_radio_label') -}}
153
{%- endblock checkbox_label %}
154
155
{% block radio_label -%}
156
157
158
159
{%- endblock radio_label %}
160
0 commit comments