Gets or sets the value of the checkbox.
[Visual Basic]
Overrides Public Property Value As
String
[C#]
public override
String Value {get; set;}
Remarks
The value is "1" for checked, "0" for unchecked. You can also set this value to "On" or "Yes" to check the checkbox.
See Also
PdfCheckBoxField Class | EO.Pdf Namespace