{% extends 'base.html.twig' %} {% block title %}Radio - Design System - Bubul{% endblock %} {% block body %}
{% verbatim %}{% include '_atoms/form/radio.html.twig' with {
label: 'Option 1',
name: 'choix',
value: 'option1',
checked: true
} %}{% endverbatim %}
Fichier : templates/_atoms/form/radio.html.twig
| Paramètre | Type | Description |
|---|---|---|
label | string | Texte du label |
name | string | Nom du groupe |
value | string | Valeur du radio |
checked | bool | État sélectionné |
variant | string | default, card |
size | string | sm, md, lg |
hint | string | Texte d'aide |
disabled | bool | Désactivé |