Binding a checkbox to a Dataset

I have a form set up with some text boxes which bind very effectively to a dataset. I have a group of 5 check boxes inside of a GroupBox that bind well when viewing their value, but when I go to add a new record to the DataSet, the updated text box where I display the record count shows that the record is being added, but I am unable to access it. When I unbind the check boxes, everything is fine and I can add records all day long with no errors. I am connected to an Access database that uses "Yes/No" data types, whereas the XSD schema uses "Boolean". I figure this isn't a problem, but at this point, it's all I've got left. Thanks for any help you can give me.

Loader.
Up arrow icon