{% if label %} {% endif %}
{% for opt in opciones %} {% set is_checked = opt.checked or (seleccionado and opt.valor == seleccionado) or (seleccionados and opt.valor in seleccionados) %}
{{ opt.label }}
{% endfor %}