no. its state can be 0 or 1, but it can have a value.
for example:
I want to use dhtmlxgrid as a form with checkbox in each line and a submit button.
so I want to select some checkboxes (with its values) and submit this.
0 and 1 is too less, I want to submit array of selected values like a checkbox group.
I want to select some checkboxes (with its values) and submit this.
checkbox is the individual column and it contains the values of the checkbox only.
value of the check box column is the state of the checkbox.
If you need to get the values from the other columns you can use the getValue() method: docs.dhtmlx.com/3.6/doku.php?id= … t_getvalue