In my application there are 4 checkboxes. I want to allow only a maximum of two checkboxes to be checked out of four at any point of time. Either the user can check none, one or two not more than that. How can I acheive this in my JSP/HTML page ?
Start Free Trial