How to include checkboxes in the product form

Hello everyone,
I need to create a product variant that is a checkbox. As far as I know WiX only allows to create colour or lists options. My case is as follows:

My product is a basket in which the customers can include some products (options):

- Subproduct A (list of N items, one has to be chosen)
- Subproduct B (list of N items, one has to be chosen)
- Subproduct C (list of N items, one has to be chosen)
- Subproduct D (list of N items, one has to be chosen)
- Subproduct E (list of N items, one has to be chosen)
- Subproduct F (Here I need multiple selections (¿checkbox? ¿multipicklist?). There are 4 possible values: the customer can select 1, 2, 3, or all of them [4]. At least 1 of them has to be chosen and depending on that the price of the basket will increase or decrease)

Could you please help me with this doubt?
Thanks a lot.
Regards

Hi all,

Any comments on this topic? Is it possible to do it without code?