Checking boxes and unchecking boxes with certain events
问题 I have a list of manufacturers. I want to allow the ability for multiple selection. There is a list of all the makes, and in addition an ALL button (implying all makes selected). The Algorithm: When someone clicks on ALL, all the makes checkboxes need to uncheck, and the ALL buttons needs to de-activate. When the ALL button is selected, and someone clicks on a make, the ALL button is unselected and activated. When someone de-selects all the makes buttons, then the ALL button becomes selected