Fixed rendering of tristate checkboxes

This commit is contained in:
Jan Böhmer 2026-02-15 21:49:18 +01:00
parent c00556829a
commit c17cf2baa1
2 changed files with 7 additions and 6 deletions

View file

@ -155,3 +155,8 @@
{{- parent() -}}
{% endif %}
{% endblock %}
{% block boolean_constraint_widget %}
{{ form_widget(form.value) }}
{{ form_errors(form.value) }}
{% endblock %}