Skip to content

@vttforge/core / CheckboxPromptField

Interface: CheckboxPromptField

Extends

  • PromptFieldBase

Properties

hint?

readonly optional hint?: string

Hint under the input, as a localization key or text.

Inherited from

PromptFieldBase.hint


label

readonly label: string

Label, as a localization key or text.

Inherited from

PromptFieldBase.label


name

readonly name: string

The key in the result, and the input's name.

Inherited from

PromptFieldBase.name


type

readonly type: "checkbox"


value?

readonly optional value?: boolean

MIT licensed.