Checkbox value

Hello,

Is possible to set a personal checkbox value when i make mygrid.addCheckbox(..).

My problem is  that i want check when the value is 'A' and ucheck whe the value is 'B'. 
Where i can set  'A'  and  'B'?

bye Giancarlo

You can set this with

grid.CheckTrue: string & grid.CheckFalse: string
These are both public properties.