2e4bafd41c68f038e322cc643cc3c595dd0b9df6
[yaffs-website] / radios.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for a 'radios' #type form element.
5  *
6  * Available variables
7  * - attributes: A list of HTML attributes for the wrapper element.
8  * - children: The rendered radios.
9  *
10  * @see template_preprocess_radios()
11  */
12 #}
13 <div{{ attributes.addClass('form-radios') }}>{{ children }}</div>