In Acrobat Professional, I create several flags and assign the same name to each flag, but with a different export value. However, the checkboxes seem to behave like radio buttons: Acrobat only allows me to check one of them. If the first is checked, and I click on the second, Acrobat cancels the first.
If I give the flags different names, they behave independently. However, this will make it easier for my code to fill out the form if the name can be the same. Is it possible to create non-exclusive flags (i.e. real flags) that have the same name in Acrobat?
(For reference, this is a PDF file that I created: 20110503-exclusive-checkboxes.pdf )

source share