Sha256: 9436d7ee131ae7ce5c9761760cde0aad6dd1fc10eab17e591a6e7b70f8844128

Contents?: true

Size: 1.35 KB

Versions: 8

Compression:

Stored size: 1.35 KB

Contents

<div class="govuk-form-group">
  <fieldset class="govuk-fieldset" aria-describedby="with-id-and-name-hint">
    <legend class="govuk-fieldset__legend">
      What is your nationality?
    </legend>
    <div id="with-id-and-name-hint" class="govuk-hint">
      If you have dual nationality, select all options that are relevant to you.
    </div>
    <div class="govuk-checkboxes" data-module="govuk-checkboxes">
            <div class="govuk-checkboxes__item">
              <input class="govuk-checkboxes__input" id="item_british" name="british" type="checkbox" value="yes">
              <label class="govuk-label govuk-checkboxes__label" for="item_british">
          British
        </label>
            </div>
            <div class="govuk-checkboxes__item">
              <input class="govuk-checkboxes__input" id="item_irish" name="irish" type="checkbox" value="irish">
              <label class="govuk-label govuk-checkboxes__label" for="item_irish">
          Irish
        </label>
            </div>
            <div class="govuk-checkboxes__item">
              <input class="govuk-checkboxes__input" id="with-id-and-name-3" name="custom-name-scottish" type="checkbox" value="scottish">
              <label class="govuk-label govuk-checkboxes__label" for="with-id-and-name-3">
          Scottish
        </label>
            </div>
    </div>
  </fieldset>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
govuk_publishing_components-42.1.0 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-42.0.0 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-41.1.2 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-41.1.1 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-41.1.0 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-41.0.0 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-40.1.0 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html
govuk_publishing_components-40.0.0 node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-id-and-name.html