Remove disabled attribute on checkbox (#2423)

Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
ser8phin
2022-01-19 21:38:14 +01:00
committed by GitHub
parent c2bd3dde44
commit c1344422a5

View File

@@ -287,7 +287,7 @@
<input type="checkbox" value="1"
{% if c.max_count == 1 and c.min_count == 1 and c.items|length == 1 %}
checked="checked"
disabled="disabled"
required="required"
{% elif item.initial %}
checked="checked"
{% endif %}