select checkbox of type input code example
Example: jquery watch checkbox change
$('input[type="checkbox"]').change(function() {
alert ("The element with id " + this.id + " changed.");
});
$('input[type="checkbox"]').change(function() {
alert ("The element with id " + this.id + " changed.");
});