CSS checkbox examples
11–20 of 64 posts
Re: CSS checkbox examples
#12Thought I'd take this opportunity to thank you for your work. I came across your site searching for a box-shadow the other day, after spending too long attempting it myself
Re: CSS checkbox examples
#13Please consider accessibility when you have the urge to build custom (form) components. For checkboxes, have a look at https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ for some guidelines.
Re: CSS checkbox examples
#14Re: CSS checkbox examples
#15Unfortunately, almost all of them are terrible for accessibility. Most of them cannot be focussed by keyboard. And even more do not have a focus styling. I did not check their code, but that alone does not make a good impression. Please consider accessibility when you have the urge to build custom (form) components. For checkboxes, have a look at https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ for some guidelines.
Re: CSS checkbox examples
#16It's very hard to tell if it's On or Off when it's a monochrome slider.
Re: CSS checkbox examples
#17I think the green and red color is a must for all sliders. It's very hard to tell if it's On or Off when it's a monochrome slider.
Re: CSS checkbox examples
#18Re: CSS checkbox examples
#19Unfortunately, almost all of them are terrible for accessibility. Most of them cannot be focussed by keyboard. And even more do not have a focus styling. I did not check their code, but that alone does not make a good impression. Please consider accessibility when you have the urge to build custom (form) components. For checkboxes, have a look at https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/ for some guidelines.