{% set is_inline = inline if inline is defined else (not in_grid and opciones|length <= 3) %}
{% 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) %}