I have bound a data table to a DataGridView, this data table has a column called \"Status\" which is of type Boolean. I can set the value to
DataGridView
Boolean
bool checked = cell.Value as bool? ?? false;