tags:

views:

51

answers:

2

I've created a document and I am able to use Content Controls to populate the document, but now there is a requirement to select a checkbox on the form. Is there a "Checkbox Content Control" or must I use the older ActiveX checkbox?

+1  A: 

Not for Content Controls in Word 2007. It does exist as a Content Control in Word 2010 though. In either program, you can use an ActiveX checkbox, but it's usage is kind of wonky.

Otaku
Thanks Otaku, I did see that in the Developer toolbar, but how would I access it in the code to set it? It looks like a Legacy control and does go to XML, but not accessible from Content Control toolkit.Thanks,
Mark Kadlec
A: 

I've got the solution...wait for Office 2010. :)

Seriously though, I ended up converting to PDF and used iTextsharp.

Mark Kadlec