UNPKG

digitalmarketplace-frontend

Version:

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

37 lines (21 loc) 892 B
<div class="govuk-form-group"> <fieldset class="govuk-fieldset"> <legend class="govuk-fieldset__legend govuk-fieldset__legend--m"> Have you changed your name? </legend> <div class="govuk-radios" general="kenobi" data-attribute="Matthew" data-module="govuk-radios"> <div class="govuk-radios__item"> <input class="govuk-radios__input" id="input-example-attributes" name="example-attributes" type="radio" value="true"> <label class="govuk-label govuk-radios__label" for="input-example-attributes"> Yes </label> </div> <div class="govuk-radios__item"> <input class="govuk-radios__input" id="input-example-attributes-2" name="example-attributes" type="radio" value="false"> <label class="govuk-label govuk-radios__label" for="input-example-attributes-2"> No </label> </div> </div> </fieldset> </div>