Question
Displaying data based on checkboxes
I have a series of checkboxes that I dynamically generate from a table . Each checkbox represents a state. If I check on a checkbox for a particular state, how can I display the cities for that state ? Or check more than one checkbox, display all the cities for each checkbox that was checked.
