[iText-questions] Itext checkbox is always checked

2013-08-04 Thread Jason Hamm
I am using Itext to create a pdf and I cannot get the checkbox to uncheck. Here is my code: RadioCheckField bt = new RadioCheckField(writer, new Rectangle(100, 100, 200, 200), radio, v1); bt = new RadioCheckField(writer, new Rectangle(300, 300, 400, 400), check1,

Re: [iText-questions] Itext checkbox is always checked

2013-08-04 Thread iText Info
Op 3/08/2013 16:49, Jason Hamm schreef: I am using Itext to create a pdf and I cannot get the checkbox to uncheck. Here is my code: RadioCheckField bt = new RadioCheckField(writer, new Rectangle(100, 100, 200, 200), radio, v1); bt = new RadioCheckField(writer, new