<fieldset class="form__fieldset form__group form__group–error" id="radio-example-3">
<legend class="form__label">Are you the victim of the crime?</legend>
<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-3-yes" type="radio" name="radio-example-3" value="radio-example-3-yes">
<label class="form__label-choices" for="radio-example-3-yes">Yes</label>
</div>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-3-no" type="radio" name="radio-example-3" value="radio-example-3-no">
<label class="form__label-choices" for="radio-example-3-no">No</label>
</div>
</fieldset>