End Google Ads 201810 - BS.net 01 --> hi,

I am using ListView to display the records.
I have a column namely, 'module' contains record in following manner.

edit, delete Actually i am adding this value through checkbox. when i select checkbox, the associated value ('edit') has been added in database, when i select another checkbox, the related value ('delete')has been added in the database. basically i can select two or three checkox, all concerned value has been added and seperated with 'comma' in same column.

My query is , I want to edit this data. when I select edit button, the value of the checkbox shows 'true'.
e.g. the 'edit' related checkbox shows 'tick' and so on.

thanx and regards,