<fieldset class="asp-form__group" id="change-radio-example-11">
<legend class="asp-form__label">Was capture successful?</legend>
<div class="form__group–inner form__group–inline-choices">
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-11-yes" name="radio-example-11" type="radio" value="true">
<label class="form__label-choices" for="radio-example-11-yes">Yes</label>
</div>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-11-no" name="radio-example-11" type="radio" value="true" checked>
<label class="form__label-choices" for="radio-example-11-no">No</label>
</div>
</div>
</fieldset>