FOM Reference > Content > PDF Controls > fPDFFormRadioButton interface
  
fPDFFormRadioButton interface
This object represents a PDF Form radiobutton item. The pdfName for each radio button must contain a group name. This object inherits from fPDFFormItem.
ButtonStyles enumeration
Which symbol to use in the button.
The ButtonStyles enumeration has the following constants of type int.
STYLE_CHECK = 0
A tick symbol.
STYLE_CROSS = 1
A cross symbol.
STYLE_DIAMOND = 2
A diamond symbol.
STYLE_CIRCLE = 3
A circle symbol.
STYLE_STAR = 4
A star symbol.
STYLE_SQUARE = 5
A square symbol.
buttonStyle attribute
The symbol to use for the button in the form item. Valid values are in fPDFFormRadioButton-ButtonStyles.
buttonStyle
Access
read-write
Returns
int
currentValue attribute
The initial value for the form item. Any value other than "Off" means the item is selected.
currentValue
Access
read-write
Returns
String
defaultValue attribute
The value for the form item when it is reset. Any value other than "Off" means the item is selected.
defaultValue
Access
read-write
Returns
String
itemName attribute
The name of the form item to use when the item is exported.
itemName
Access
read-write
Returns
String
toggle attribute
If true, the radio button can be activated and deactivated by clicking it. If false, it can only be activated by clicking it and deactivated by clicking a different radio button in the same group.
toggle
Access
read-write
Returns
boolean
unisonSelect attribute
If true, all radio buttons in the same group with the same item name will be selected simultaneously.
unisonSelect
Access
read-write
Returns
boolean