A wrapper to group relatable form fields and labels together. It provides a physical container to separate form elements.
disabled
represents the group of form controls that are disabled.
- none
name
represents a name for the fieldset.
- string value
form
represents the fieldset that belongs to which form.
- form_id - id of the element.
HTML fieldset Example:
Edit Example