There are no notes for this item.
{% for fieldset in fieldsets %}
{% if fieldset.legend.length > 0 %}
<fieldset>
<legend {{ className([fieldset.legendScreenreaderOnly, 'sr-only']) }}>{{ fieldset.legend }}</legend>
{% endif %}
{% for group in fieldset.groups %}
{% render '@group-' + group.inputType, merge(group, {prefix: prefix}) %}
{% endfor %}
{% if fieldset.legend.length > 0 %}
</fieldset>
{% endif %}
{% endfor %}
/* No context defined for this component. */