{% set is_inline = inline if inline is defined else (not in_grid and opciones|length <= 3 and (not label or label|length < 100)) %}
{% 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) %}
{% if is_checked %}✓{% endif %} {{ opt.label }}
{% endfor %}