Add check box form field.

 

   

Syntax
 

[C#]
Field AddCheckbox(XRect rect, string name, bool value)

[Visual Basic]
Function AddCheckbox(rect As XRect, name As string, value As bool) As Field

 

   

Params
 
Name Description
rect Rectangle of the form field
name Name of the form field
value Initial value
return Form field object

 

   

Notes
 

Add check box form field.

 

   

Example
 
See the Annotations example project.