How to make multiple checkboxes set in different rows

I have a tab call it topping tab for checkbox selection and it will be used in call product tab, and each row of product tab has several rows in topping tab to be used as multiple checkbox. For example, in the product tab, row one has 3 checkbox options in the topping tab, the rest belongs to row two

→ Tab Topping

→ tab product

the question is how to set multiple checkboxes according to each row. I’ve tried using a single value but it can only be used for one row. can anyone help me please?

So let’s say for example Product 1 can only have Topping 1, Topping 2; Product 2 can only have Topping 3?

When you say checkbox, do you mean when the user orders a product they can only check appropriate checkboxes?

1 Like

yes exactly @ThinhDinh , can you help me how to do it?

A workaround would be:

  • create a horizontal scrolling in-line list
  • select the option that displays a series of cards
  • limit the number of items to be the number of check boxes
  • ensure the graphic is blank and choose the smallest size card
  • the title of the column will be the checkbox
  • set up a new custom action so that every time someone taps an item the title toggles between checked and unchecked (use set column to toggle a Boolean column)
  • you will need a Boolean column
  • you will need an If then else column that chooses a :black_square_button: or :white_check_mark: based on the Boolean column.

If you have some experience with the Glide the above tip will be obvious how to execute. If not I can create a quick demo video.

2 Likes

I’m still new @Simon_Hill . Can you show me a quick demo video? or you can share a copy of the app how to make it, I really appreciate it

Sure. Just boarding a flight so it will be later today…

Ok I may have solved a difference challenge… apologies, I was on the go when reading. I created a way to have a matrix of check boxes… it looks like you may have been asking for something different. Nevertheless I share the App in case of interest:

3 Likes

ok thank you very much, i will try to use it but after i try i get confused and have a hard time changing it as i want. how to use it in two tabs for example Product 1 can only have Topping 1, Topping 2; Product 2 can only have Topping 3 and when the user orders a product they can only check appropriate checkboxes

→ Product 1 i want user can only check topping : Nasi putih, extra sambal matah and ice tea and set it into product 1 row. and then the last two should not exist and only exist in the second product detail and also can only be used in the second product

Ok try the App now. You can:

  • Add a product to the menu and define what toppings are offered
  • View the menu of products
  • Select a product and view the toppings available
  • Select toppings
  • Order the product with toppings selected
  • View your order (tapping an item removes it)

little video demo:

The App is copyable so you can take a look at the logic. Hope this helps!

5 Likes

this is all i need thank you so much i was saved, you are the best i am very grateful. Thank You @Simon_Hill

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.