v1/web/modules/contrib/gin_lb/templates/form/radios--gin-lb.html.twig

14 lines
347 B
Twig

{#
/**
* @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>