UNPKG

digitalmarketplace-frontend

Version:

Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects

31 lines (24 loc) 1.01 kB
<div class="govuk-form-group govuk-form-group--error"> <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">Error:</span> You must select an option </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"> <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>