missing
missing copied to clipboard
Switch widget
Style <input type=checkbox role=switch> to be a toggle switch
Are we trying to do anything drastically different from the markup in the WAI example or is that a good starting place?
We shouldn't need any more markup than <input type=checkbox role=switch> thanks to appearance: none; and pseudoelements
I've put something together, but I recently saw Adrian Roselli's take and want to implement some of their considerations. Hoping to have a PR this week, but we'll see.
Closed by #69