{% with opts=field|optgroups %}
{% for group, options, index in opts %}
{% for option in options %}
{% include 'bulma/forms/fields/checkbox_option_widget.html' with widget=option %}
{% endfor %}
{% endfor %}
{%endwith%}
{% for error in field.errors %}
{{ error }}
{% endfor %}
{% if field.help_text %}