A way of grouping multiple, related form fields
Component
Fieldset
11 examples
GroupBox
98.css
Input group
Bootstrap
- Accessibility
- Code examples
Fieldset
GOV.UK Design System
- Code examples
- Usage guidelines
- Research
Fieldset with legend
Mozilla Protocol
- Usage guidelines
Fieldset
NHS Digital service manual
- Code examples
- Usage guidelines
- Research
- Tone of voice
Fieldset
Ruter Components
- Code examples
Form Block
Ruter Components
- Code examples
Form Group
Ruter Components
- Code examples
Fieldset
Seeds
Sprout Social
- Code examples
- Usage guidelines
- Tone of voice
Field Group
Spectrum CSS
Adobe
- Code examples
- Tone of voice
Fieldset
Vercel Design
- Code examples
Related components
Form
18Â examples
A grouping of input controls that allow a user to submit information to a server.
Radio button
53Â examples
Other names: Radio, Radio group
Radio buttons allow a user to select a single option from a list of predefined options.
Checkbox
50Â examples
An input for choosing from predefined options:
- when used alone, it gives a binary choice (checked/unchecked);
- in a group it allows the user to select multiple values from a list of options.