Posted by a ceTe Software moderator - Commonly asked question
Hello Bill,
In order to check the check boxes and Radio buttons you will have to set its value to its ExportValue by accessing the field using its full name. The export value will be set by the one who has created the check box and radio buttons. You should know this export value to check the check box. Below is the code for it.
mergeDoc.Form.Fields["FomField Name"].Value = "Correct export value";
Please double check that you are using the correct export values to check the check boxes and radio buttons. You can know the export values using the Acrobat Professional.
Thanks,
ceTe Software Support Team.