View on GitHub

Ultbuttons

Improves jQuery UI Checkbox/Radio Buttons.

Download this project as a .zip file Download this project as a tar.gz file

DEPRECATED

All shims, workarounds and p(r)olyfills have one ultimate goal, which is being deprecated. I'm happy to announce that we have finally achieved this goal. We encourage you to update to jQuery UI >= 1.10.4 and discard this plugin.

However, if you're stuck with an older version of jQuery UI, or really like the disableSelection feature, feel free to keep using this plugin. :)

UltButtons

Improves jQuery UI Checkbox/Radio Buttons usability.

Features

Support

IE6+ and all modern desktop browsers - Firefox, Chrome, Opera, Safari.

Demo

Checkboxes buttonset:

Custom label button:

Radios buttonset:

How to use

Include jQuery, jQuery UI and then ultbuttons.js, e.g.:

<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/trontastic/jquery-ui.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.js"></script>
<script src="ultbuttons1.1.min.js"></script>

Then just make use of the now improved jQuery UI's .button()/.buttonset() widgets. =] Check out the jQuery UI button widget's official documentation if you're not sure how to use it.

Notes

Changelog

1.1

1.0.1

1.0

License

MIT License.