govuk_publishing_components 62.0.0 → 62.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +4 -3
- data/app/assets/javascripts/govuk_publishing_components/lib/filter-list.js +48 -0
- data/app/assets/javascripts/govuk_publishing_components/vendor/lux/lux-reporter.js +373 -245
- data/app/assets/stylesheets/component_guide/application.scss +1 -42
- data/app/assets/stylesheets/govuk_publishing_components/components/_button.scss +5 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +6 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss +2 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_button.scss +6 -38
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_warning-callout.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_markdown-typography.scss +6 -1
- data/app/controllers/govuk_publishing_components/applications_page_controller.rb +50 -0
- data/app/models/govuk_publishing_components/applications_page.rb +64 -0
- data/app/views/govuk_publishing_components/applications_page/_table-content.html.erb +39 -0
- data/app/views/govuk_publishing_components/applications_page/show.html.erb +37 -0
- data/app/views/govuk_publishing_components/audit/show.html.erb +5 -1
- data/app/views/govuk_publishing_components/component_guide/_component_list.html.erb +14 -0
- data/app/views/govuk_publishing_components/component_guide/example.html.erb +3 -3
- data/app/views/govuk_publishing_components/component_guide/index.html.erb +50 -75
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +7 -7
- data/app/views/govuk_publishing_components/components/contextual_sidebar/_ukraine_cta.html.erb +27 -25
- data/app/views/govuk_publishing_components/components/docs/govspeak.yml +6 -0
- data/app/views/govuk_publishing_components/components/docs/organisation_logo.yml +7 -1
- data/config/routes.rb +1 -0
- data/lib/govuk_publishing_components/minitest/component_guide_test.rb +1 -1
- data/lib/govuk_publishing_components/presenters/organisation_logo_helper.rb +7 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js +37 -133
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs +37 -133
- data/node_modules/govuk-frontend/dist/govuk/all.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/common/govuk-frontend-version.mjs +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +4 -4
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/accordion.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/character-count.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/fixtures.json +34 -29
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/macro-options.json +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-default.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-conditional-reveal.html +21 -21
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-divider-and-none.html +30 -30
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html +26 -26
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html +25 -25
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-conditional-items.html +35 -35
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-and-none.html +30 -30
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-divider-none-and-conditional-items.html +40 -40
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-error-message.html +32 -32
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hint.html +25 -25
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-hints-on-items.html +21 -21
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-legend-as-a-page-heading.html +27 -27
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-optional-form-group-classes-showing-group-error.html +36 -36
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-pre-checked-values.html +35 -35
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-with-very-long-option-text.html +25 -25
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template.njk +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/exit-this-page.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +2 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js +36 -132
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs +36 -132
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.mjs +35 -6
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/file-upload.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/fixtures.json +17 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/template-enhanced-multiple-files.html +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +4 -4
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +20 -20
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +7 -15
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +4 -2
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/fixtures.json +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template-with-many-pages.html +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/template.njk +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs +1 -126
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/password-input.bundle.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/radios/fixtures.json +36 -31
- data/node_modules/govuk-frontend/dist/govuk/components/radios/macro-options.json +3 -3
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-default.html +17 -17
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-inline.html +19 -19
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-inline.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-a-divider.html +24 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-conditional-reveal.html +27 -27
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-error.html +26 -26
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-hint.html +25 -25
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small-with-long-text.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-small.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-a-divider.html +24 -24
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-item-checked.html +35 -35
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items-and-pre-checked-value.html +35 -35
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-conditional-items.html +35 -35
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-fieldset-and-error-message.html +20 -20
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hint.html +19 -19
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-hints-on-items.html +23 -23
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-legend-as-page-heading.html +21 -21
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-optional-form-group-classes-showing-group-error.html +36 -36
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template-with-very-long-option-text.html +28 -28
- data/node_modules/govuk-frontend/dist/govuk/components/radios/template.njk +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +1 -7
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss +5 -5
- data/node_modules/govuk-frontend/dist/govuk/components/service-navigation/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +16 -16
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/fixtures.json +46 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/template-forced-hover-state.html +37 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +1 -7
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +3 -3
- data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css +2 -2
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.css.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js +1 -1
- data/node_modules/govuk-frontend/dist/govuk/govuk-frontend.min.js.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +34 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +172 -33
- data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +4 -4
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/i18n.mjs +1 -126
- data/node_modules/govuk-frontend/dist/govuk/i18n.mjs.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +2 -2
- data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +1 -1
- data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +5 -5
- data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss.map +1 -1
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +4 -2
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss.map +1 -1
- data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +1 -1
- data/node_modules/govuk-frontend/package.json +9 -8
- metadata +9 -4
- data/app/assets/javascripts/component_guide/filter-components.js +0 -35
- data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +0 -349
- data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss.map +0 -1
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__item">
|
|
14
|
-
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="irish">
|
|
15
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
16
|
-
Irish
|
|
17
|
-
</label>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="govuk-checkboxes__item">
|
|
20
|
-
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="other">
|
|
21
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
22
|
-
Citizen of another country
|
|
23
|
-
</label>
|
|
24
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
What is your nationality?
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="nationality" name="nationality" type="checkbox" value="british">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality">
|
|
10
|
+
British
|
|
11
|
+
</label>
|
|
25
12
|
</div>
|
|
26
|
-
|
|
13
|
+
<div class="govuk-checkboxes__item">
|
|
14
|
+
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="irish">
|
|
15
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
16
|
+
Irish
|
|
17
|
+
</label>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="govuk-checkboxes__item">
|
|
20
|
+
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="other">
|
|
21
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
22
|
+
Citizen of another country
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</fieldset>
|
|
27
27
|
</div>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted">
|
|
14
|
-
<label class="govuk-label" for="context-email">Foo</label>
|
|
15
|
-
<input class="govuk-input govuk-!-width-one-third" name="context-email" type="text" id="context-email">
|
|
16
|
-
</div>
|
|
17
|
-
<div class="govuk-checkboxes__item">
|
|
18
|
-
<input class="govuk-checkboxes__input" id="how-contacted-2" name="how-contacted" type="checkbox" value="b">
|
|
19
|
-
<label class="govuk-label govuk-checkboxes__label" for="how-contacted-2">
|
|
20
|
-
another thing
|
|
21
|
-
</label>
|
|
22
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
How do you want to be contacted?
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="how-contacted" name="how-contacted" type="checkbox" value="a" data-aria-controls="conditional-how-contacted">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="how-contacted">
|
|
10
|
+
a thing
|
|
11
|
+
</label>
|
|
23
12
|
</div>
|
|
24
|
-
|
|
13
|
+
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted">
|
|
14
|
+
<label class="govuk-label" for="context-email">Foo</label>
|
|
15
|
+
<input class="govuk-input govuk-!-width-one-third" name="context-email" type="text" id="context-email">
|
|
16
|
+
</div>
|
|
17
|
+
<div class="govuk-checkboxes__item">
|
|
18
|
+
<input class="govuk-checkboxes__input" id="how-contacted-2" name="how-contacted" type="checkbox" value="b">
|
|
19
|
+
<label class="govuk-label govuk-checkboxes__label" for="how-contacted-2">
|
|
20
|
+
another thing
|
|
21
|
+
</label>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
</fieldset>
|
|
25
25
|
</div>
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__item">
|
|
14
|
-
<input class="govuk-checkboxes__input" id="small-with-divider-and-none-2" name="small-with-divider-and-none" type="checkbox" value="mines">
|
|
15
|
-
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none-2">
|
|
16
|
-
Waste from mines or quarries
|
|
17
|
-
</label>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="govuk-checkboxes__item">
|
|
20
|
-
<input class="govuk-checkboxes__input" id="small-with-divider-and-none-3" name="small-with-divider-and-none" type="checkbox" value="farm">
|
|
21
|
-
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none-3">
|
|
22
|
-
Farm or agricultural waste
|
|
23
|
-
</label>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="govuk-checkboxes__divider">or</div>
|
|
26
|
-
<div class="govuk-checkboxes__item">
|
|
27
|
-
<input class="govuk-checkboxes__input" id="small-with-divider-and-none-5" name="small-with-divider-and-none" type="checkbox" value="none" data-behaviour="exclusive">
|
|
28
|
-
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none-5">
|
|
29
|
-
None of these
|
|
30
|
-
</label>
|
|
31
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Which types of waste do you transport regularly?
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="small-with-divider-and-none" name="small-with-divider-and-none" type="checkbox" value="animal">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none">
|
|
10
|
+
Waste from animal carcasses
|
|
11
|
+
</label>
|
|
32
12
|
</div>
|
|
33
|
-
|
|
13
|
+
<div class="govuk-checkboxes__item">
|
|
14
|
+
<input class="govuk-checkboxes__input" id="small-with-divider-and-none-2" name="small-with-divider-and-none" type="checkbox" value="mines">
|
|
15
|
+
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none-2">
|
|
16
|
+
Waste from mines or quarries
|
|
17
|
+
</label>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="govuk-checkboxes__item">
|
|
20
|
+
<input class="govuk-checkboxes__input" id="small-with-divider-and-none-3" name="small-with-divider-and-none" type="checkbox" value="farm">
|
|
21
|
+
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none-3">
|
|
22
|
+
Farm or agricultural waste
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="govuk-checkboxes__divider">or</div>
|
|
26
|
+
<div class="govuk-checkboxes__item">
|
|
27
|
+
<input class="govuk-checkboxes__input" id="small-with-divider-and-none-5" name="small-with-divider-and-none" type="checkbox" value="none" data-behaviour="exclusive">
|
|
28
|
+
<label class="govuk-label govuk-checkboxes__label" for="small-with-divider-and-none-5">
|
|
29
|
+
None of these
|
|
30
|
+
</label>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</fieldset>
|
|
34
34
|
</div>
|
data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-error.html
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
<div class="govuk-form-group govuk-form-group--error">
|
|
2
2
|
<fieldset class="govuk-fieldset" aria-describedby="nationality-error">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
</div>
|
|
16
|
-
<div class="govuk-checkboxes__item">
|
|
17
|
-
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="b">
|
|
18
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
19
|
-
another thing
|
|
20
|
-
</label>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="govuk-checkboxes__item">
|
|
23
|
-
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="c">
|
|
24
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
25
|
-
this thing
|
|
26
|
-
</label>
|
|
27
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Filter by
|
|
5
|
+
</legend>
|
|
6
|
+
<p id="nationality-error" class="govuk-error-message">
|
|
7
|
+
<span class="govuk-visually-hidden">Error:</span> Select a thing
|
|
8
|
+
</p>
|
|
9
|
+
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
|
|
10
|
+
<div class="govuk-checkboxes__item">
|
|
11
|
+
<input class="govuk-checkboxes__input" id="nationality" name="nationality" type="checkbox" value="a">
|
|
12
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality">
|
|
13
|
+
a thing
|
|
14
|
+
</label>
|
|
28
15
|
</div>
|
|
29
|
-
|
|
16
|
+
<div class="govuk-checkboxes__item">
|
|
17
|
+
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="b">
|
|
18
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
19
|
+
another thing
|
|
20
|
+
</label>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="govuk-checkboxes__item">
|
|
23
|
+
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="c">
|
|
24
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
25
|
+
this thing
|
|
26
|
+
</label>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</fieldset>
|
|
30
30
|
</div>
|
data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-hint.html
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="govuk-checkboxes__item">
|
|
17
|
-
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="b">
|
|
18
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
19
|
-
another thing
|
|
20
|
-
</label>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="govuk-checkboxes__item">
|
|
23
|
-
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="c">
|
|
24
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
25
|
-
this thing
|
|
26
|
-
</label>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Filter by
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="nationality" name="nationality" type="checkbox" value="a" aria-describedby="nationality-item-hint">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality">
|
|
10
|
+
a thing
|
|
11
|
+
</label>
|
|
12
|
+
<div id="nationality-item-hint" class="govuk-hint govuk-checkboxes__hint">
|
|
13
|
+
hint for a thing
|
|
27
14
|
</div>
|
|
28
15
|
</div>
|
|
29
|
-
|
|
16
|
+
<div class="govuk-checkboxes__item">
|
|
17
|
+
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="b">
|
|
18
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
19
|
+
another thing
|
|
20
|
+
</label>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="govuk-checkboxes__item">
|
|
23
|
+
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="c">
|
|
24
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
25
|
+
this thing
|
|
26
|
+
</label>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
</fieldset>
|
|
30
30
|
</div>
|
data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/template-small-with-long-text.html
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__item">
|
|
14
|
-
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="aenean">
|
|
15
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
16
|
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cras mattis consectetur purus sit amet fermentum.
|
|
17
|
-
</label>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="govuk-checkboxes__item">
|
|
20
|
-
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="fusce">
|
|
21
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
22
|
-
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. Sed posuere consectetur est at lobortis.
|
|
23
|
-
</label>
|
|
24
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Filter by
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="nationality" name="nationality" type="checkbox" value="nullam">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality">
|
|
10
|
+
Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus.
|
|
11
|
+
</label>
|
|
25
12
|
</div>
|
|
26
|
-
|
|
13
|
+
<div class="govuk-checkboxes__item">
|
|
14
|
+
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="aenean">
|
|
15
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
16
|
+
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cras mattis consectetur purus sit amet fermentum.
|
|
17
|
+
</label>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="govuk-checkboxes__item">
|
|
20
|
+
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="fusce">
|
|
21
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
22
|
+
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. Sed posuere consectetur est at lobortis.
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</fieldset>
|
|
27
27
|
</div>
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__item">
|
|
14
|
-
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="b">
|
|
15
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
16
|
-
another thing
|
|
17
|
-
</label>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="govuk-checkboxes__item">
|
|
20
|
-
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="c">
|
|
21
|
-
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
22
|
-
this thing
|
|
23
|
-
</label>
|
|
24
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Filter by
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes govuk-checkboxes--small" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="nationality" name="nationality" type="checkbox" value="a">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality">
|
|
10
|
+
a thing
|
|
11
|
+
</label>
|
|
25
12
|
</div>
|
|
26
|
-
|
|
13
|
+
<div class="govuk-checkboxes__item">
|
|
14
|
+
<input class="govuk-checkboxes__input" id="nationality-2" name="nationality" type="checkbox" value="b">
|
|
15
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-2">
|
|
16
|
+
another thing
|
|
17
|
+
</label>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="govuk-checkboxes__item">
|
|
20
|
+
<input class="govuk-checkboxes__input" id="nationality-3" name="nationality" type="checkbox" value="c">
|
|
21
|
+
<label class="govuk-label govuk-checkboxes__label" for="nationality-3">
|
|
22
|
+
this thing
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</fieldset>
|
|
27
27
|
</div>
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted">
|
|
14
|
-
<label class="govuk-label" for="context-email">Email address</label>
|
|
15
|
-
<input class="govuk-input govuk-!-width-one-third" name="context-email" type="text" id="context-email">
|
|
16
|
-
</div>
|
|
17
|
-
<div class="govuk-checkboxes__item">
|
|
18
|
-
<input class="govuk-checkboxes__input" id="how-contacted-2" name="with-conditional-items" type="checkbox" value="phone" data-aria-controls="conditional-how-contacted-2">
|
|
19
|
-
<label class="govuk-label govuk-checkboxes__label" for="how-contacted-2">
|
|
20
|
-
Phone
|
|
21
|
-
</label>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted-2">
|
|
24
|
-
<label class="govuk-label" for="contact-phone">Phone number</label>
|
|
25
|
-
<input class="govuk-input govuk-!-width-one-third" name="contact-phone" type="text" id="contact-phone">
|
|
26
|
-
</div>
|
|
27
|
-
<div class="govuk-checkboxes__item">
|
|
28
|
-
<input class="govuk-checkboxes__input" id="how-contacted-3" name="with-conditional-items" type="checkbox" value="text" data-aria-controls="conditional-how-contacted-3">
|
|
29
|
-
<label class="govuk-label govuk-checkboxes__label" for="how-contacted-3">
|
|
30
|
-
Text message
|
|
31
|
-
</label>
|
|
32
|
-
</div>
|
|
33
|
-
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted-3">
|
|
34
|
-
<label class="govuk-label" for="contact-text-message">Mobile phone number</label>
|
|
35
|
-
<input class="govuk-input govuk-!-width-one-third" name="contact-text-message" type="text" id="contact-text-message">
|
|
36
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
How do you want to be contacted?
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="how-contacted" name="with-conditional-items" type="checkbox" value="email" data-aria-controls="conditional-how-contacted">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="how-contacted">
|
|
10
|
+
Email
|
|
11
|
+
</label>
|
|
37
12
|
</div>
|
|
38
|
-
|
|
13
|
+
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted">
|
|
14
|
+
<label class="govuk-label" for="context-email">Email address</label>
|
|
15
|
+
<input class="govuk-input govuk-!-width-one-third" name="context-email" type="text" id="context-email">
|
|
16
|
+
</div>
|
|
17
|
+
<div class="govuk-checkboxes__item">
|
|
18
|
+
<input class="govuk-checkboxes__input" id="how-contacted-2" name="with-conditional-items" type="checkbox" value="phone" data-aria-controls="conditional-how-contacted-2">
|
|
19
|
+
<label class="govuk-label govuk-checkboxes__label" for="how-contacted-2">
|
|
20
|
+
Phone
|
|
21
|
+
</label>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted-2">
|
|
24
|
+
<label class="govuk-label" for="contact-phone">Phone number</label>
|
|
25
|
+
<input class="govuk-input govuk-!-width-one-third" name="contact-phone" type="text" id="contact-phone">
|
|
26
|
+
</div>
|
|
27
|
+
<div class="govuk-checkboxes__item">
|
|
28
|
+
<input class="govuk-checkboxes__input" id="how-contacted-3" name="with-conditional-items" type="checkbox" value="text" data-aria-controls="conditional-how-contacted-3">
|
|
29
|
+
<label class="govuk-label govuk-checkboxes__label" for="how-contacted-3">
|
|
30
|
+
Text message
|
|
31
|
+
</label>
|
|
32
|
+
</div>
|
|
33
|
+
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-how-contacted-3">
|
|
34
|
+
<label class="govuk-label" for="contact-text-message">Mobile phone number</label>
|
|
35
|
+
<input class="govuk-input govuk-!-width-one-third" name="contact-text-message" type="text" id="contact-text-message">
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</fieldset>
|
|
39
39
|
</div>
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__item">
|
|
14
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-2" name="with-divider-and-none" type="checkbox" value="mines">
|
|
15
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-2">
|
|
16
|
-
Waste from mines or quarries
|
|
17
|
-
</label>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="govuk-checkboxes__item">
|
|
20
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-3" name="with-divider-and-none" type="checkbox" value="farm">
|
|
21
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-3">
|
|
22
|
-
Farm or agricultural waste
|
|
23
|
-
</label>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="govuk-checkboxes__divider">or</div>
|
|
26
|
-
<div class="govuk-checkboxes__item">
|
|
27
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-5" name="with-divider-and-none" type="checkbox" value="none" data-behaviour="exclusive">
|
|
28
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-5">
|
|
29
|
-
None of these
|
|
30
|
-
</label>
|
|
31
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Which types of waste do you transport regularly?
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none" name="with-divider-and-none" type="checkbox" value="animal">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none">
|
|
10
|
+
Waste from animal carcasses
|
|
11
|
+
</label>
|
|
32
12
|
</div>
|
|
33
|
-
|
|
13
|
+
<div class="govuk-checkboxes__item">
|
|
14
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-2" name="with-divider-and-none" type="checkbox" value="mines">
|
|
15
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-2">
|
|
16
|
+
Waste from mines or quarries
|
|
17
|
+
</label>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="govuk-checkboxes__item">
|
|
20
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-3" name="with-divider-and-none" type="checkbox" value="farm">
|
|
21
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-3">
|
|
22
|
+
Farm or agricultural waste
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="govuk-checkboxes__divider">or</div>
|
|
26
|
+
<div class="govuk-checkboxes__item">
|
|
27
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-5" name="with-divider-and-none" type="checkbox" value="none" data-behaviour="exclusive">
|
|
28
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-5">
|
|
29
|
+
None of these
|
|
30
|
+
</label>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</fieldset>
|
|
34
34
|
</div>
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
<div class="govuk-form-group">
|
|
2
2
|
<fieldset class="govuk-fieldset">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</div>
|
|
13
|
-
<div class="govuk-checkboxes__item">
|
|
14
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-2" name="with-divider-and-none-and-conditional-items" type="checkbox" value="braille">
|
|
15
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-2">
|
|
16
|
-
Braille translation service available
|
|
17
|
-
</label>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="govuk-checkboxes__item">
|
|
20
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-3" name="with-divider-and-none-and-conditional-items" type="checkbox" value="disabled-car-parking">
|
|
21
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-3">
|
|
22
|
-
Disabled car parking available
|
|
23
|
-
</label>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="govuk-checkboxes__item">
|
|
26
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-4" name="with-divider-and-none-and-conditional-items" type="checkbox" value="another-access-need" data-aria-controls="conditional-with-divider-and-none-and-conditional-items-4">
|
|
27
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-4">
|
|
28
|
-
Another access need
|
|
29
|
-
</label>
|
|
30
|
-
</div>
|
|
31
|
-
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-with-divider-and-none-and-conditional-items-4">
|
|
32
|
-
<label class="govuk-label" for="other-access-needs">Other access needs</label>
|
|
33
|
-
<textarea class="govuk-textarea govuk-!-width-one-third" name="other-access-needs" id="other-access-needs"></textarea>
|
|
34
|
-
</div>
|
|
35
|
-
<div class="govuk-checkboxes__divider">or</div>
|
|
36
|
-
<div class="govuk-checkboxes__item">
|
|
37
|
-
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-6" name="with-divider-and-none-and-conditional-items" type="checkbox" value="none" data-behaviour="exclusive">
|
|
38
|
-
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-6">
|
|
39
|
-
None of these
|
|
40
|
-
</label>
|
|
41
|
-
</div>
|
|
3
|
+
<legend class="govuk-fieldset__legend">
|
|
4
|
+
Do you have any access needs?
|
|
5
|
+
</legend>
|
|
6
|
+
<div class="govuk-checkboxes" data-module="govuk-checkboxes">
|
|
7
|
+
<div class="govuk-checkboxes__item">
|
|
8
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items" name="with-divider-and-none-and-conditional-items" type="checkbox" value="accessible-toilets">
|
|
9
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items">
|
|
10
|
+
Accessible toilets available
|
|
11
|
+
</label>
|
|
42
12
|
</div>
|
|
43
|
-
|
|
13
|
+
<div class="govuk-checkboxes__item">
|
|
14
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-2" name="with-divider-and-none-and-conditional-items" type="checkbox" value="braille">
|
|
15
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-2">
|
|
16
|
+
Braille translation service available
|
|
17
|
+
</label>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="govuk-checkboxes__item">
|
|
20
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-3" name="with-divider-and-none-and-conditional-items" type="checkbox" value="disabled-car-parking">
|
|
21
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-3">
|
|
22
|
+
Disabled car parking available
|
|
23
|
+
</label>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="govuk-checkboxes__item">
|
|
26
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-4" name="with-divider-and-none-and-conditional-items" type="checkbox" value="another-access-need" data-aria-controls="conditional-with-divider-and-none-and-conditional-items-4">
|
|
27
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-4">
|
|
28
|
+
Another access need
|
|
29
|
+
</label>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="govuk-checkboxes__conditional govuk-checkboxes__conditional--hidden" id="conditional-with-divider-and-none-and-conditional-items-4">
|
|
32
|
+
<label class="govuk-label" for="other-access-needs">Other access needs</label>
|
|
33
|
+
<textarea class="govuk-textarea govuk-!-width-one-third" name="other-access-needs" id="other-access-needs"></textarea>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="govuk-checkboxes__divider">or</div>
|
|
36
|
+
<div class="govuk-checkboxes__item">
|
|
37
|
+
<input class="govuk-checkboxes__input" id="with-divider-and-none-and-conditional-items-6" name="with-divider-and-none-and-conditional-items" type="checkbox" value="none" data-behaviour="exclusive">
|
|
38
|
+
<label class="govuk-label govuk-checkboxes__label" for="with-divider-and-none-and-conditional-items-6">
|
|
39
|
+
None of these
|
|
40
|
+
</label>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</fieldset>
|
|
44
44
|
</div>
|