I'm trying to use jQuery .button() on a checkbox, but i can't understand why this is'not working.
this is the javascript code:
$('#login_checkbox').button();
and this is the html code:
<input id="login_checkbox" type="checkbox" value="login_remember"/><label>Remember me</label>
I'm doing everything exacly as shown here: http://jqueryui.com/demos/button/#checkbox