PDFRadioButton
From Xojo Documentation
Class (inherits from PDFButton)
New in 2021r3
A radio button that can be embedded into a PDFDocument.
Properties | |||
|
Constructors | |
|
Notes
In order for two or more PDFRadioButton's to act as a group, all must share the same Name property value.
Only the button itself is drawn. If you want a label for the button, you'll need to draw that yourself.
Compatibility
All project types on all supported operating systems.
See Also
PDFDocument.AddControl method.