Hello! I’m trying to get and set the value of a (normal, non-radio) checkbox field in an XFA form, but the value always returns null, and setting a new value has no effect.
This checkbox has no name. The FieldNames property DOES return a field name for it: form1[0].mySection[0].mySubSection[0].#field[0]
… but form.XFA[“form1[0].mySection[0].mySubSection[0].#field[0]”] always returns null, even after trying to set a new value.
I do not yet have a PDF I can attach, but this case is very basic and you should be able to create a similar structure easily (form -> subform -> subform -> checkbox).
Is there anything you can tell me about what’s going wrong here? Thank you!