what would be the correct way in using check boxes to show or hide fields based if they are checked or not?
I have a group of check boxes that are loaded from a DB lookup. Based on if someone checks a box I would want to have some additional fields show that will be a combination of informational and required input.
Multiple check boxes can be selected so I would need to be able to handle when more than 1 box is selected.