Files
drupal-theme-aaron/templates/form/radios.html.twig
2026-01-21 22:28:11 -06:00

14 lines
312 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{{ attributes.addClass('form-radios') }}>{{ children }}</div>