{% extends 'base.html.twig' %} {% block title %}Toggle - Design System - Bubul{% endblock %} {% block body %}
{% verbatim %}{% include '_atoms/form/toggle.html.twig' with {
label: 'Notifications',
name: 'notifications',
checked: true,
hint: 'Recevoir les alertes par email'
} %}{% endverbatim %}
Fichier : templates/_atoms/form/toggle.html.twig
Paramètre : variant
| Paramètre | Type | Description |
|---|---|---|
label | string | Texte du label |
checked | bool | État activé |
variant | string | primary, success, warning, error, cohorts |
size | string | sm, md, lg |
labelPosition | string | left, right |
hint | string | Texte d'aide |
disabled | bool | Désactivé |