jquery-ui-latest-base

by aplenojure

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<div id="buttons">
    <label for="radio1"> Option 1 </label>
    <input type="radio" id="radio1" name="option" value="1" />
    <label for="radio2"> Option 2 </label>
    <input type="radio" id="radio2" name="option" value="2" />
</div>

JavaScript

$('#buttons').buttonset();