CheckBox interface
Office 2013 and later
Represents a single check box form field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Use FormFields(index), where index is index number or the bookmark name associated with the check box, to return a single FormField object. Use the CheckBox property with the FormField object to return a CheckBox object.
The index number represents the position of the form field in the FormFields collection.
Use the Add method with the FormFields object to add a check box form field.
Show: