alphagov / govuk_accessibility_sandbox

A place to build and view components with accessibility in mind and get feedback from the community and beyond.
https://govuk-accessibility-sandbox.herokuapp.com/
MIT License
10 stars 5 forks source link

Bump govuk_elements to new custom radios / checkboxes #102

Closed robinwhittleton closed 7 years ago

robinwhittleton commented 7 years ago

Set package.json to track the latest version of the custom-radios. This, along with the latest govuk_frontend_toolkit, means that the ‘Checkboxes (group)’ and ‘Radio buttons’ examples will show the proposed new styles ready for testing with assistive tech.

So far I’ve only tested VoiceOver with these - they work the same way as the previous elements block labels. On a similar style on Verify we had problems with Jaws-on-IE, but that was down to the use of extra elements to build the radio buttons and here we’re using pseudo elements.

The custom radio buttons work is being tracked in https://github.com/alphagov/govuk_elements/pull/296