CheckBoxFormField module

class CheckBoxFormField.CheckBoxFormField

Bases: FormField, IDocumentObject

Represents a checkbox form field in a document.

property CheckBoxSize: int

Gets or sets the size of the checkbox. :return: The size of the checkbox. :rtype: int

property Checked: bool

Gets or sets the Checked property. :return: The Checked property. :rtype: bool

property DefaultCheckBoxValue: bool

Gets or sets the default checkbox value. :return: The default checkbox value. :rtype: bool

property DocumentObjectType: DocumentObjectType

Gets the type of the document object. :return: The type of the document object. :rtype: DocumentObjectType

property SizeType: CheckBoxSizeType

Gets or sets the check box size type. :return: The check box size type. :rtype: CheckBoxSizeType