Fieldset
Use the fieldset component to group related form inputs.
If you're using the examples for radios or checkboxes the fieldset will already be included.
When to use this component
Use the fieldset component when you need to show a relationship between multiple form inputs. For example, you may need to group a set of text inputs into a single fieldset when asking for an address.
How it works
The first element inside a fieldset must be a legend which describes the group of inputs. This could be a question, such as 'What is your current address?' or a statement like 'Personal details'.