diff --git a/agaric/templates/form/radios.html.twig b/agaric/templates/form/radios.html.twig new file mode 100644 index 0000000..2e4bafd --- /dev/null +++ b/agaric/templates/form/radios.html.twig @@ -0,0 +1,13 @@ +{# +/** + * @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() + */ +#} +{{ children }}