Re: [iText-questions] How to Uncheck Radio Button

2005-08-14 Thread Paulo Soares
t 14, 2005 3:18 AM Subject: [iText-questions] How to Uncheck Radio Button Dear Paulo, I created a Check box and it is OK for me to uncheck the check field. But, I want to also uncheck the radio button, i have tried: PdfFormField top = bt.getRadioGroup(false, false); PdfFormField top = bt

[iText-questions] How to Uncheck Radio Button

2005-08-13 Thread wang yun
Dear Paulo, I created a Check box and it is OK for me to uncheck the check field. But, I want to also uncheck the radio button, i have tried: PdfFormField top = bt.getRadioGroup(false, false); PdfFormField top = bt.getRadioGroup(true, false); PdfFormField top = bt.getRadioGroup(false, true); Pd