Menu
Hey, JS experts.
Let’s say I have a form with 4 checkbox input elements. I’d like to have items 2-3 disabled unless/until #1 is checked. I figured I could have an `onchange
Assuming that makes sense (I’m open to better ways!), is there some naming convention or such I can use on the other 3 input elements so I can enable/disable them with one command, or would I have to use a separate change command for each?