Fieldset
A compound wrapper for grouping related form fields with a legend.
Import
import { Fieldset } from '@oztix/roadie-components/fieldset'
Examples
Default
Composition
Fieldset exposes sub-components for legend, helper text, and error text.
With helper text
With error text
<Fieldset invalid> <Fieldset.Legend>Preferences</Fieldset.Legend> <Fieldset.ErrorText>Please select at least one option.</Fieldset.ErrorText> </Fieldset>
API reference
Fieldset
invalid?boolean
Fieldset.ErrorText
No additional props — forwards all standard HTML attributes to the underlying element.
Fieldset.HelperText
No additional props — forwards all standard HTML attributes to the underlying element.
Fieldset.Legend
No additional props — forwards all standard HTML attributes to the underlying element.