8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7423620 commit 73daf6aCopy full SHA for 73daf6a
src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
@@ -269,7 +269,9 @@
269
{% endif %}
270
<label{% with { attr: label_attr } %}{{ block('attributes') }}{% endwith %}>
271
{{ widget|raw }}
272
- {{- block('form_label_content') -}}
+ {%- if label is not same as(false) -%}
273
+ {{- block('form_label_content') -}}
274
+ {%- endif -%}
275
</label>
276
{%- endblock checkbox_radio_label %}
277
0 commit comments