radios.html.twig in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Default theme implementation 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/modules/system/templates/radios.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation 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()
- *
- * @ingroup themeable
- */
- #}
- <div{{ attributes }}>{{ children }}</div>