# Fieldset
## Examples
### Default
```html
Personal Information
```
### WithoutLegend
```html
```
### WithCheckboxGroup
```html
Preferences
```
### WithRadioButtons
```html
Select a plan
```
### MultipleFieldsetsInForm
```html
Account Information
Contact Details
Preferences
Submit
Reset
```
### WithMixedInputTypes
```html
Event Registration
```