Are you sure the check value is not "Yes" or "On". Call
AcroFields.getAppearanceStates() for the allowed values.
- Original Message -
From: "Chad Wheeler" <[EMAIL PROTECTED]>
To:
Sent: Friday, August 05, 2005 4:06 PM
Subject: [iText-questions] Quest
How would I check off a checkbox in a PDF that has already
been created? Right now I am using this code form.setField("CheckYes",
"true"); . I type in my field name and I type in true for
the value but this code does not work. Does anyone have an answer to this
problem? Thank you.