Search results

CheckBoxFormFieldInfo API in JavaScript (ES5) DocumentEditor API control

CheckBox form field info

Properties

defaultValue

boolean

CheckBox form field default value.

enabled

boolean

Enable or disable form field.

helpText

string

Tooltip text.

name

string

Specifies the name of the form field.

If a form field already exists in the document with the new name specified, the old form field name property will be cleared and it will not be accessible. Ensure the new name is unique.

size

number

CheckBox form field size.

sizeType

CheckBoxSizeType

CheckBox form field size type.