digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
31 lines (24 loc) • 1.07 kB
HTML
<div class="govuk-form-group govuk-form-group--error dm-form-group--declaration-reuse">
<fieldset class="govuk-fieldset" aria-describedby="input-example-error">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Here is the service question
</legend>
<p id="input-example-error" class="govuk-error-message">
<span class="govuk-visually-hidden">Notice:</span> This answer is from your G-Cloud 12 declaration
</p>
<div class="govuk-radios govuk-radios--inline" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-example" name="example" type="radio" value="true" checked>
<label class="govuk-label govuk-radios__label" for="input-example">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-example-2" name="example" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="input-example-2">
No
</label>
</div>
</div>
</fieldset>
</div>