dequelabs / pattern-library

Deque pattern library
https://pattern-library.dequelabs.com/
Mozilla Public License 2.0
116 stars 13 forks source link

update radios/checkboxes to use native controls #65

Open schne324 opened 6 years ago

schne324 commented 6 years ago

A simple change could be using actual input[type=radio] and input[type=checkbox] elements and keep the appearance identical using aria-hidden overlaying elements

schne324 commented 6 years ago

This is what I've done for the cauldron react radios - https://github.com/dequelabs/cauldron-react/blob/master/src/lib/components/RadioGroup/index.js