Fieldset сomponent

Overview

The Fieldset component implements a container for visually-grouped form elements, such as buttons and form fields.

Fieldset options

Extends all uiCollection and collapsible configuration.

Fieldset-specific options:

Option Description Type Default
additionalClasses Set custom classes to the component's DOM block. Object {}
collapsible Make the fieldset collapsible. Boolean false
component The path to the component’s .js file in terms of RequireJS. String Magento_Ui/js/form/components/fieldset
disabled Initial component's state. When set to true, users can't take action on the element. Boolean false
template The path to the component’s .html template. String ui/form/fieldset
visible Initial component's visibility. When set to false, the display: none CSS style is added to the component's DOM block. Boolean true