Select more than one value from a valuelist in Web Client

Hi,
I am using Servoy 3.5.7. I have a valuelist which i want to show on the Web Client form in a way that the user can select more than one value. For smart client I would do that by showing a dialog with a checkbox list, each checkbox representing a value from the valuelist. And I would use a calculation field to store the array of returned values that are checked. But dialogs are not supported in Web Client, so I am asking you, Is there another way I can do this? I thank you in advance.

DB

You can design your custom form with the checkboxes and show that form in a dialog.

When I red in documentation that “dialogs are not supported” i thought it was referring to forms in dialogs also. I tried, like you said, and it works! Thank you so much!