{% set is_inline = inline if inline is defined else (not in_grid and opciones|length <= 3 and (not label or label|length < 50)) %}
{% if label %} {% endif %}
{% for opt in opciones %} {% set is_checked = opt.checked or (seleccionado is not none and opt.valor == seleccionado) or (seleccionados and opt.valor in seleccionados) %} {% if interactive|default(True) %}
{{ opt.label }}
{% else %}
{{ opt.label }}
{% endif %} {% endfor %}