'* A boolean array is being created below
'* with a maximum of 6 (zero based) values
dim blnYourBooleanValue(5) as boolean
'* Your checkbox can be set as follows
yourCheckBox.checked = blnYourBooleanValue(Combobox.SelectedIndex)
Best Regards,
Earl Francis