Skip to content

Commit 7b41927

Browse files
fix(frontend): show optional text on checkboxes fieldset
1 parent 0e16163 commit 7b41927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/frontend/components/checkboxes/template.njk

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
describedBy: describedBy,
8787
classes: opts.fieldset.classes,
8888
attributes: opts.fieldset.attributes,
89-
legend: opts.fieldset.legend
89+
legend: opts.fieldset.legend,
90+
optional: opts.fieldset.optional
9091
}) %}{{ innerHtml | trim | safe }}{% endcall %}
9192
{% else %}
9293
{{ innerHtml | trim | safe }}

0 commit comments

Comments
 (0)