<fieldset class="form__fieldset form__group" id="checkbox-example-2">
<legend class="form__label">Select suspects relevant to witness (select all that apply)</legend>
<p class="form__hint">The witness may not be the victim</p>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–checkbox" id="checkbox-example-2-suspect-1" name="checkbox-example-2-suspect-1" type="checkbox" value="checkbox-example-2-suspect-1">
<label class="form__label-choices" for="checkbox-example-2-suspect-1">Suspect 1</label>
</div>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–checkbox" id="checkbox-example-2-completed" name="checkbox-example-2-completed" type="checkbox" value="checkbox-example-2-completed">
<label class="form__label-choices" for="checkbox-example-2-completed">Suspect 2</label>
</div>
</fieldset>