> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
> Use this file to discover all available pages before exploring further.

# Fieldset

> API reference for the Fieldset component

# Fieldset

Groups related form fields with a shared legend.

## Import

```tsx theme={null}
import * as Fieldset from '@base-ui/react/fieldset';
```

## Fieldset.Root

Groups all parts of the fieldset.

### Props

<ParamField name="disabled" type="boolean" default="false">
  Whether all fields in the fieldset should be disabled.
</ParamField>

## Fieldset.Legend

Provides a caption for the group of fields.

### Props

Inherits common props (`className`, `render`, `style`).
