i have a userform with a bunch of check boxes and a combo box

i would like to have the lists in the combobox correspond to lists represented by checkboxes

for example-- each checkbox has a label of a state

when that checkbox is clicked, i would like the combobox to list all the cities in that state, and any other state for which the checkbox is checked

these lists are stored in the spreadsheet on a seperate sheet

thanks