The CheckFormField class represents a checkbox in a document. The checkbox can be checked or unchecked through the end-user.

Syntax

public class CheckFormField : FormField
Public Class CheckFormField
  Inherits FormField

Introduced: X18.

Constructors

Constructor Description
CheckFormField Initializes a new instance of the CheckFormField class.

Fields

Field Description
DefaultCheckedCharacter Represents the default character which is used to display the checkbox in the checked state.
DefaultUncheckedCharacter Represents the default character which is used to display the checkbox in the unchecked state.

Methods

Method Description
FormFieldDialog Opens a dialog box to alter the formatting attributes of the form field.
(Inherited from FormField)

Properties

Property Description
Checked Gets or set a value indicating whether the checkbox is in the checked state.
CheckedCharacter Gets or sets the character which is used to display the checkbox in the checked state.
Enabled Gets or set a value indicating whether the form field is enabled.
(Inherited from FormField)
SupportedCheckedCharacters Gets possible characters which can be used to display the checkbox in the checked state.
SupportedUncheckedCharacters Gets possible characters which can be used to display the checkbox in the unchecked state.
UncheckedCharacter Gets or sets the character which is used to display the checkbox in the unchecked state.