{% load i18n insight_tags %}
{% if checkbox_group_config.label %} {{ checkbox_group_config.label }} {% endif %}
{% for item in checkbox_group_config.items %} {% checkbox tag_id=item.tag_id name=checkbox_group_config.name value=item.value checked=item.checked disabled=item.disabled disabled_reason=item.disabled_reason label=item.label %} {% endfor %}
{# Live region for constraint violation announcements #}