I have a form with alot of checkboxes. Users enter problems found on job inspection. I have added a checkbox called NoProblems. If there are no problems found, that box should be checked. When the user submits the information, I need to form to see if any of those boxes are checked, if not then the NoProblems checkbox should be checked.
So users have to check atleast one problem or the no problem. Is there an easier way to do this than add code for each checkbox?
So users have to check atleast one problem or the no problem. Is there an easier way to do this than add code for each checkbox?