<fieldset class="asp-form__group" id="change-radio-example-9">
<legend class="asp-form__label">Was capture successful?</legend>
<p class="asp-form__hint">Check "Yes" and "No" to show conditional content</p>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-9-yes" name="radio-example-9" type="radio" value="true">
<label class="form__label-choices" for="radio-example-9-yes">Yes</label>
</div>
<div class="form__indent" data-parent="radio-example-9-yes" data-child-required>
<div class="asp-form__group" id="radio-example-9-no-child">
<label class="asp-form__label" for="radio-example-9-no-additional">Reason <noscript>(required if "Was capture successful?" is "Yes")</noscript></label>
<textarea class="form__textarea" id="radio-example-9-no-additional" name="text-area" rows="6" maxlength="3000" data-countdown></textarea>
<p id="radio-example-9-no-additional-countdown">You can enter up to 3000 characters</p>
</div>
</div>
<div class="form__item–choices">
<input class="form__input-choices form__input-choices–radio" id="radio-example-9-no" name="radio-example-9" type="radio" value="true">
<label class="form__label-choices" for="radio-example-9-no">No</label>
</div>
<div class="form__indent" data-parent="radio-example-9-no">
<div class="asp-form__group" id="radio-example-9-no-child">
<label class="asp-form__label" for="radio-example-9-no-additional">Reason (optional)</label>
<select class="form__input" id="radio-example-9-no-additional">
<option value="radio-example-9-select-placeholder" id="radio-example-9-select-placeholder">Select Option</option>
<option value="radio-example-9-select-option-1" id="radio-example-9-select-option-1">Option 1</option>
<option value="radio-example-9-select-option-1" id="radio-example-9-select-option-2">Option 2</option>
</select>
</div>
</div>
</fieldset>