Issue with interconnected checkboxes #1559
Replies: 2 comments 2 replies
-
I understand, those buttons are RadioButtons in the same RBG (radio button group)? If so, then this is not supported by PyMuPDF. I cannot imagine how otherwise two buttons can be "interconnected" BTW. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing a similar issue where radio buttons are not being recognized as radio buttons. They are returning "CheckBox" when I call |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to update pdf form based on widgets where I can display / manage widgets :
the 2 interconnected checkboxes share the same name "Civ_1". So there's no way to update one without affecting the other. as I understood, such interconnected grouping is not supported for now. is there any workaround to get one checkbox updated without affecting the other?
Thanks for your feeedback.
PS : I'm new to pyMuPDF.
Beta Was this translation helpful? Give feedback.
All reactions