Skip to main content
Version: latest

CheckboxFieldMetaInfo

Interface

Properties

help

Optional

Help message for the field

Type

string


id

Input field ID

Type

string


inputType

Type of the input field

Type

"Checkbox"

Overrides

CustomFieldMetaInfoBase.inputType


saveToSettings

Optional

Should the input field value be saved to settings

Type

boolean


supportModify

Optional

Does the field support modification

Type

boolean


title

Title for the input field

Type

string


value

Value of the field

Type

boolean

Overrides

CustomFieldMetaInfoBase.value