How to create a checkbox that enables or disables based on one or many other selected checkboxes?
I have one checkbox called AIR, I want it to be read only. This checkbox should be enabled or disabled based on other checkboxes value(s). So for example: "air freight" or "airway" or" aircraft" are checked then check "AIR". If I uncheck one of this items "air freight" or "airway" or" aircraft", I want AIR to remain checked. Only if all are unchecked AIR should be unchecked, too.