We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e16163 commit 7b41927Copy full SHA for 7b41927
packages/frontend/components/checkboxes/template.njk
@@ -86,7 +86,8 @@
86
describedBy: describedBy,
87
classes: opts.fieldset.classes,
88
attributes: opts.fieldset.attributes,
89
- legend: opts.fieldset.legend
+ legend: opts.fieldset.legend,
90
+ optional: opts.fieldset.optional
91
}) %}{{ innerHtml | trim | safe }}{% endcall %}
92
{% else %}
93
{{ innerHtml | trim | safe }}
0 commit comments