There are no notes for this item.
<fieldset class="fieldset fieldset--required">
<legend class="fieldset__legend legend">Group Legend <span class="icon-required" aria-hidden="true"></span></legend>
<div class="fieldset__group">
<div class="form-field-container fieldset__input">
<input type="text" value="" id="" name="" placeholder="Placeholder text">
<label for="">Input label
</label>
</div>
<div class="form-field-container fieldset__input">
<input type="text" value="" id="" name="" placeholder="Placeholder text">
<label for="">Input label
</label>
</div>
</div>
</fieldset>