Import
Basic Usage
Sub-components
Fieldset.Root
Groups related controls with a shared legend. Renders a native<fieldset> element.
Key Props:
disabled: Whether all contained controls should be disabled (default:false)
data-disabled: Present when disabled
Fieldset.Legend
Renders the label for the fieldset. Renders a native<legend> element.
Automatically associates with the fieldset via aria-labelledby.
Disabled State
Disable all fields within a fieldset:disabled prop on Fieldset.Root cascades down to all Field.Root components within it.