1) Is it possible to give a strict number of checkboxes to be checked/ticked at a time?

Yes, it is possible to limit the number of checkboxes to be checked and this is doone by using onclick in JavaScript. The onclick triggers the function which checks the number of checkboxes clicked.