I have some code
Value
Use :checkbox selector:
$(':checkbox').change(function() { // do stuff here. It will fire on any checkbox change });
Code: http://jsfiddle.net/s6fe9/