How about giving them a class attribute and adding something similar to:
$(".class_name").click(function(){
//use $(this) to get the exact checkbox that was clicked
$(this).attr("value"); //This will get the value of the checkbox
});
HTH
Thanks and Regards,
Erick Njenga Nyachwaya,
M: +254-725-008-790