{% extends "django_cradmin/viewhelpers/listfilter/base/abstractfilter.django.html" %} {% block label-for %}{% endblock label-for %} {% block inputfield %}
{% for choicedata in choicesdata %}
{% comment %} We use aria-labeledby to make screenreaders read the main label and the checkbox label (without this we have no context for the value). Some browsers will read the value twice with this, while others will only read the main label if we only have the main label in aria-labeledby. {% endcomment %}
{% endfor %}
{% endblock inputfield %}