After a search of the automation and faq forums for how to populate a checkbox on a word template I found an example of code that worked with vfp on a vba site. Might save some search time.
Code:
loword.ActiveDocument.FormFields("checkbox1").CheckBox.Value="True"