Assigned value to a textbox after selecting an checkbox

Tags: #<Tag:0x00007efc6557a5e0> #<Tag:0x00007efc6557a3d8>

I need a textbox in which we keep adding and removing separated by comma to store specific column’s value based on the row and the checkbox you checked.

how can it be done?

I need a checkbox in the first column, if you select row 2’s checkbox, row2 column2’s value will be concatenated to a textbox’s value, and keeps adding, if you remove the checkbox, the value will be removed

Hi @dc1

I think that this article might be helpful in your case as your main requirement is based on cell dependencies. In this blog post you can also find the examples of different implementations: