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
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