UNPKG

simple-html-radio

Version:

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.

15 lines (9 loc) 658 B
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. ### Links * [Home Page](http://www.kosinix.com/simple-html-radio/) ### License * [MIT](http://www.kosinix.com/simple-html-radio/blob/master/LICENSE)