Yes, I have, 'n' number of chechboxes and 'n' number of different values, alternatively, n the same row.
(i.e., for example : one cell will contain checkbox, and adjuscent cell in the same row will contain a value and so on)
The thing is, I need to do some operation in that say, if I tick one checkbox, then the future columns value present in the same row has to get added to the exact cell, where I put tick mark, and should make the future columns value to null. And if I uncheck then the old values should get retained to their respective cells accordingly.