One CheckBox only RG

I want to do something very simple with a state, but I can’t do it. I have an RG that has a checkbox, what I need to do is that every time someone touches the checkbox they select, until there everything is ok. But after that, if someone touches the other checkbox, this is selected and deselected the previous one, that is, there can only be a single selectable checkbox. Any ideas?

Use custom states on the RG.

One way to do this could be to have a workflow where on clicking any cell of the RG, it stores that cell’s item’s id on the custom state of the RG.
Now, on the checkbox on the cells of the RG, put in the initial data as
this RG's customStateID = current cell's thing's unique id

This will now only show a check on the cell where the thing’s id matches with the id stored in your RG’s custom state.

Ranjit | Blur Apps

Thanks I solved it yesterday the problem was the checkbox I changed it to an icon and it worked.

This topic was automatically closed after 70 days. New replies are no longer allowed.