The following tables list the members exposed by CheckBox.
            
            
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | Checked | 
            Gets or sets a value indicating whether the checkbox is checked.
            If there are multiple checkboxes in the field, setting Checked to true will check the first checkbox.
               | 
  | CheckedByDefault | 
            Gets or sets a value indicating whether the checkbox is checked by default.
            If there are multiple checkboxes in the field, setting Checked to true will modify the first checkbox.
               | 
  | DefaultValue | 
            Gets or sets the default value of the field.
               | 
  | ExportValue | 
            Gets or sets the export value of the field. This assumes the most common case in which the field
            has exactly one widget. If the field has more than one widget, use Options[i].ExportValue instead.
               | 
  | Value | 
            Gets or sets the value of the field.
               | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | AddOption | Overloaded. 
            Adds an option to the CheckBox. The option can be anywhere in the document.
               | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also