Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DorfCheckboxDefinition<T>

Represents a definition for the checkbox field.

stable

Type parameters

  • T

Hierarchy

Implements

Index

Constructors

constructor

Properties

Optional order

order: undefined | number

Accessors

asyncValidator

  • get asyncValidator(): undefined | AsyncValidatorFn | AsyncValidatorFn[]

css

debounce

  • get debounce(): undefined | number

errorMessage

  • get errorMessage(): undefined | string

extras

  • get extras(): undefined | object

innerLabel

  • get innerLabel(): undefined | string
  • Label around the field. Checkbox has 2 labels. First standard, as for all other fields; second - around, e.g. as for radio button. It's usually not needed to show both of them.

    inheritdoc

    Returns undefined | string

label

  • get label(): undefined | string

mapping

onSummary

  • get onSummary(): undefined | true | false

tag

  • get tag(): string

updateModelOnChange

  • get updateModelOnChange(): undefined | true | false

validator

  • get validator(): ValidatorFn | ValidatorFn[]

Generated using TypeDoc