I'm just learning how to use the DataGridView control. I am
reading values from a text file and then inserting them into a
DataGridView via DataGridView.Rows.Add. One of the columns in my
DataGridView is a CheckBox (DataGridViewCheckBox). The
valid values in the text file corresponding to the check box are 0 and
1. How do I set the value for the check box via the Add method

setting DataGridViewCheckBox based on text file