Hi
I have the following code sample
var genderField = sourceReleaseDocument.Fields["M F Button"];
var test = genderField.Children;
var rt1 = (PdfRadioButtonField) test[0];
var te2 = (PdfOnOffField)rt;
No matter what I try I am not able to get a SelectedIndex on the intellisense in Visual Studio. I am not find an appropriate code sample either. However in one of the tickets from 2014, you have stated that the an issue with Radio button in PDF was fixed. I am currently using version 16.0.91.0. I'd appreciate if you can help out in finding out whether if I am doing something incorrect.
Reference Link
https://www.essentialobjects.com/forum/postst8168_EO-PDF--How-to-check-a-radio-button-when-filling-in-PDF-form.aspx