Section Switch

This section can be used when it contains fields that depend on another one. When switch is disabled, only field associated to switch is added to the form output. First field has to be a boolean

{{ { ui: { component: 'switch' } } | json }}

Section Accordion

It displays all its fields collapsed by default and its name only is visible. This section has only visual effects and always section fields are added to the form output

{{ { ui: { component: 'accordion' } } | json }}

Optional Section

This type of section can be choose for fields which user does not need to modify them. This section has only visual effects and it displays all its fields hidden by default.

{{ { ui: { component: 'show-more' } } | json }}