Toogle the state of the checkbox.
Fires
changeExamples
sample
<button onclick="$chkb.toggle()" class="gj-button-md">toggle</button>
<hr/>
<input type="checkbox" id="checkbox"/>
<script>
var $chkb = $('#checkbox').checkbox();
</script>