<fieldset class="form__fieldset form__group form__group–error" id="radio-example-4">
<legend class="form__label">Are you the victim of the crime?</legend>
<p class="form__hint form__hint–error">Select No if you are reporting on behalf of someone else or if you are a witness</p>
<p class="form__error-message">"Are you the victim of the crime?" is required</p>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-4-yes" type="radio" name="radio-example-4" value="radio-example-4-yes">
<label class="form__label-choices" for="radio-example-4-yes">Yes</label>
</div>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-4-no" type="radio" name="radio-example-4" value="radio-example-4-no">
<label class="form__label-choices" for="radio-example-4-no">No</label>
</div>
</fieldset>