Check box with Drop down list

J

jy

Hello,
I have 3 check box that i would like to populate a drop down list when the
particular check box is selected.
When check box 1 is selected i would like to be able to select only the
items that belongs to check box 1 in my drop down list.
When check box 2 is selected i would like to be able to select only the
items that belongs to check box 2 in my drop down list.
When check box 3 is selected i would like to be able to select only the
items that belongs to check box 3 in my drop down list.
Hope someone can help.
 
K

K.Ramana Reddy(GGK Tech)

Hi,

I think we can not do your scenario using check boxes.
My suggestion is use cascading drop downs Concept.
In this, we can populate the values to second drop down based on value
selected in first drop down.

I hope this will help for you.
 
Top