I am trying to setup a Boolean checkbox in a ejGird. What is the proper way to use an html table of data with an ejGrid. If I use "<td>false</td>" in the data table then the grid shows "false" instead of a checkbox. If I define the field as type:"boolean" then a checkbox is shown but it is initialized as always checked even if the data table has a false value. Could you provide an example to do this the correct way?