radios.html.twig
Same filename in this branch
Theme override for a 'radios' #type form element.
Available variables
- attributes: A list of HTML attributes for the wrapper element.
- children: The rendered radios.
See also
File
-
core/
themes/ stable9/ templates/ form/ radios.html.twig
View source
- {#
- /**
- * @file
- * Theme override for a 'radios' #type form element.
- *
- * Available variables
- * - attributes: A list of HTML attributes for the wrapper element.
- * - children: The rendered radios.
- *
- * @see template_preprocess_radios()
- */
- #}
- <div{{ attributes }}>{{ children }}</div>