Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
fieldLabel="Use Fieldset/Legend"
fieldDescription="Render panel as a fieldset with legend for better semantics and accessibility. When enabled, title becomes mandatory."
fieldDescription="Keeps related fields together under one heading so assistive technologies can announce them as a group."
name="./fd:useFieldset"
text="Enable Fieldset/Legend"
text="Group fields under a section heading"
uncheckedValue="false"
value="true">
<granite:data
Expand Down
Loading