simple-html-radio
v1.0.0
Published
A jQuery plugin that helps in styling native radio buttons by hiding and replacing it with a span element that can be styled easily. The script gracefully degrades, tabbable, and supports keyboard navigation.
Downloads
1
Maintainers
Readme
Simple HTML Radio
Simple HTML Radio is a jQuery plugin that helps in styling native radio buttons. It does this by hiding away the native radio button replacing it with a span element which can be styled easily. The script gracefully degrades, so if JavaScript is disabled, native radio buttons appear instead of your styled radio buttons. Its also "tabbable" and supports keyboard navigation.
Features
- Simple, lightweight, accessible, supports keyboard navigation.