radios--gin-lb.html.twig in Gin Layout Builder 1.0.x
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
templates/form/radios--gin-lb.html.twigView 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{{ glb_classes(attributes.addClass('form-radios', 'form-boolean-group')) }}>{{ children }}</div>