Can I add 2 checkboxes and 1 dropdown menu

Hi,
I was wondering how would I add 2 checkboxes and 1 dropdown menu in 1 row or question.
e.g
question -What items did you lose recently?
Break down into 3 columns:
column 1: multiple selectable checkboxes - t-shirt, socks, towel, etc
column 2: (as checkbox) 0=single, 1=multiple
column 3: when you lost it (in months), (as dropdown menu) 1, 2, 3, etc…

I’m building this in excel.

Welcome back to the community, @djze, you could use the Grid Theme as outlined in the Enketo Blog to achieve the design.

Many thanks Kal_Lam ! this is what I"m looking for.

Another question, this is how I would like to display the items. Is this possible? I didn"t manage to.

Yes, you can absolutely add two checkboxes and a dropdown menu in the same form. Use select_multiple for checkbox questions and select_one for dropdowns. Structuring it properly in an XLSForm helps keep everything organized.

There’s a similar discussion where someone needed to show a select_multiple question right after a select_one, and the community offered a clear XLSForm solution that worked great—check it out here: Select_multiple after a select_one