UNPKG

govuk-frontend

Version:

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.

25 lines (24 loc) 958 B
<div class="govuk-form-group"> <fieldset class="govuk-fieldset" aria-describedby="example-with-hint-hint"> <legend class="govuk-fieldset__legend"> Have you changed your name? </legend> <div id="example-with-hint-hint" class="govuk-hint"> This includes changing your last name or spelling your name differently. </div> <div class="govuk-radios" data-module="govuk-radios"> <div class="govuk-radios__item"> <input class="govuk-radios__input" id="example-with-hint" name="example-with-hint" type="radio" value="yes"> <label class="govuk-label govuk-radios__label" for="example-with-hint"> Yes </label> </div> <div class="govuk-radios__item"> <input class="govuk-radios__input" id="example-with-hint-2" name="example-with-hint" type="radio" value="no"> <label class="govuk-label govuk-radios__label" for="example-with-hint-2"> No </label> </div> </div> </fieldset> </div>