cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down with check boxes

Former Member
0 Kudos

Hi all,

Is it possible to put check boxes in a drop down?

if yes, how??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

A dropdown list is a 1-of-n selector. So what should checkboxes be good for in a dropdown list?

Armin

Former Member
0 Kudos

actually my requirement is....... there are around 5-18 check boxes are there... i need to put them in a drop down or any other UI element which could hold the check boxes...... if you scroll down the list, you should able to view the checkboxes in that list.

Former Member
0 Kudos

Hi Pradeep,

I would suggest you to put the same in a column of Table, or use a table with multiple selection allowed.

Or create checkboxes dynamically inside a scroll container.

Hope this helps.

Regards,

Mausam

Answers (1)

Answers (1)

Former Member
0 Kudos

You may use CheckBoxGroup UI control. If you put it into ScrollContainer you recieve almost that you want.