gin_lp-1.0.x-dev/templates/form/radios--gin-lp.html.twig
templates/form/radios--gin-lp.html.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{{ glp_classes(attributes.addClass('form-radios', 'form-boolean-group')) }}>{{ children }}</div>
