How do I to catch check/uncheck event of with jQuery?
The click will affect a label if we have one attached to the input checkbox?
I think that is better to use the .change() function
$("#something").change( function(){ alert("state changed"); });