OptionalclearIf the value of this field should be cleared when it is conditionally hidden.
Nested components inside the group/fieldset.
OptionalconditionalDynamically determines if the component is visible/available.
OptionalhiddenDetermines if the component should be within the form, but not visible. This can be overridden with the conditionals.
Control whether the fieldset header/legend is displayed or not.
The data key for this component (how the data is stored in the database, referenced as API key in docs).
The HTML label to give this component.
OptionalopenOptionaltooltipThe type of component
The fieldset component schema.
Fieldsets are used to manage group fields together. They can improve accessibility by grouping related fields together.
The
keyproperty has no effect on the submission data structure (it does not create a nesting level, the component is purely presentational).The label is displayed as the legend element, while the upstream component uses an explicit legend property for this purpose.