BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
gridlistControl1.Grid.TableStyle.CheckBoxOptions = new GridCheckBoxCellInfo(trueValueString, falseValueString, "", true);
You can set this in FormLoad. falseValueString and trueValueString are the values you see when you do not have the CellType set to checkbox.