I get trouble when I try to create a check box in canvas.
My checkbox works well but I don’t know how to store value of each item, that mean when user check row 1 , and then they move to another row check box still check row 1, and when user check row 1 and 2 and move to another row, check box will check row 1 and 2.
But I can’t find out solution for this problem
modify your code to use
selectTodeleteas boolean array instead of int, about like shown belowupdate – answer to question in comments
For that, you can expose
selectTodeletefor use outside of its class with getter, or, better yet, with method like below……information exposed like that can be further used anywhere when you need it to deal with RCID, like eg in method below: