update radios/checkboxes to use native controls
Opened this issue · 1 comments
schne324 commented
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
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