Is there an equivalent to the C# DatagridBoolColumn for VB?

Is there a way to programmaticaly create a bool checkbox column and to set the checkboxes to true or false based on the dataset values.
I have a templatecolumn with checkboxes but how do I bind data to that column?