how we can make a chek box readonly? even if we provide readonly attribute you still can check or uncheck the checkbox.. then how we can make a checkbox readonly ?? here is the simple solution, we can do this with javascript. here is how it goes write a onclick even for the desired checkbox, and check weather it is checked , if it is check then make that checked as false vice .. .. ..
