FOM Reference > Content > PDF Controls > fPDFFormCheckbox interface
  
fPDFFormCheckbox interface
This object represents a PDF Form checkbox item. 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 fPDFFormCheckbox-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