Version 1
[yaffs-website] / web / core / themes / classy / templates / form / radios.html.twig
diff --git a/web/core/themes/classy/templates/form/radios.html.twig b/web/core/themes/classy/templates/form/radios.html.twig
new file mode 100644 (file)
index 0000000..2e4bafd
--- /dev/null
@@ -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()
+ */
+#}
+<div{{ attributes.addClass('form-radios') }}>{{ children }}</div>