How do you create a 'select many' checkbox question

I’m trying to create a question that allows users to select more than one option:

How would I do this? At the moment this only allows me to select one item, but users need to be able to potentially select several different items from the list.

Hi Lizzi,

One way of doing this would be to create an object for the finishing options and then create a record for each of the options you have.

Then you could relate it many-to-many to the original object, which would then allow you to use the Relation Ticklist widget to create relations to these options.

You can then create a concatenated list composite down the relation path to display the selected options.

Hope this makes sense,
Thanks,
Ewan