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