Skip to content

Commit

Permalink
Merge pull request #445 from alphagov/bump-fet-to-5.2.0
Browse files Browse the repository at this point in the history
Bump govuk_frontend_toolkit to 5.2.0
  • Loading branch information
gemmaleigh authored Apr 7, 2017
2 parents 9eb924d + b7a56dd commit 90c0122
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions app/views/examples/example_radios_checkboxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ <h1 class="heading-xlarge">
Example: Radio buttons <br> and checkboxes
</h1>

<p class="text">
This test page demonstrates selection-buttons.js from the govuk frontend toolkit, which
sets ‘focused’ and ‘selected’ states for the large hit area labels that wrap checkboxes and radio buttons.
</p>

<p class="text">
It also demonstrates setting ARIA attributes when showing and hiding additional content.
</p>
<div class="text">
<p>
This test page demonstrates the new <code class="code">.multiple-choice</code> radio buttons and checkboxes, released in GOV.UK elements v3.0.0.
</p>

<p>
It also demonstrates setting ARIA attributes when showing and hiding additional content - using <a href="https://github.com/alphagov/govuk_frontend_toolkit/blob/master/javascripts/govuk/show-hide-content.js">show-hide-content.js</a> from the GOV.UK frontend toolkit.
</p>
</div>

<form action="/" method="post" class="form">

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=6.0"
},
"dependencies": {
"govuk_frontend_toolkit": "^5.1.2"
"govuk_frontend_toolkit": "^5.2.0"
},
"devDependencies": {
"body-parser": "^1.14.1",
Expand Down

0 comments on commit 90c0122

Please sign in to comment.