Files
2026-08-11 15:29:46 -03:00

14 lines
461 B
HTML

---
data:
type: hash
locale:
type: string
i18n:
type: hash
---
{%- block 'forms/form_group.html', class:'py-2' -%}
{% render 'forms/radio.html', id: 'minimoIndispensable', name: 'opcion', value: '1', item: 'opcion 1' %}
{% render 'forms/radio.html', id: 'minimoIndispensable1', name: 'opcion', value: '2', item: 'opcion 2' %}
{% render 'forms/radio.html', id: 'minimoIndispensable2', name: 'opcion', value: '3', item: 'opcion 3' %}
{%- endblock -%}