Drop down menu with pre selected checkboxes

0
Hi all,  I need a drop down menu with checkboxes which can be preset based on an attribute. I searched all marketplace widgets and found none that worked. I found this one: Mendix Marketplace - Multi-Select DropDown But this widget doesnt work, I cant find it in the toolbox. I made sure to follow the correct installation instructions.   Does somebody know a way to configure such a drop down menu?
asked
3 answers
0

Hi Marcel,

 

We used the below widget for one of the similar requirements

Mendix Marketplace - Bootstrap Multi Select widget

We have written one initalization microflow to fill the data for the checkbox and OCH microflows whenever the check box is being deselected. you can try this

 

Regards,

Ajay

 

answered
0

Hi Marcel,

Ypu can check this video and you can develop 

https://youtu.be/egajN_ixB_I

answered
0

If I understand the problem correctly, you can do this using the combo box widget...

 

The combobox widget can be configured to allow multi select with checkboxes if the association allows many selections.

 

You can then pre select the correct items using a microflow before the page opens

 

You just need to add the list of objects you want preselected to the association in your microflow logic

answered