Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DorfCheckboxComponent<T>

DORF checkbox field which consumes DorfCheckboxMetadata for rendering. One of the predefined DORF fields.

stable

Type parameters

  • T

Hierarchy

Implements

  • OnChanges

Index

Constructors

constructor

Properties

checkboxValue

checkboxValue: boolean

True/false value which is seen by the end user.

config

injected service

metadata

Essence, needed by DORF field.

Accessors

formControl

  • get formControl(): FormControl

htmlFieldCss

innerLabel

  • get innerLabel(): undefined | string

innerLabelCss

invalid

  • get invalid(): undefined | true | false

key

  • get key(): string

label

  • get label(): undefined | string

labelCss

  • get labelCss(): string

Methods

Protected getCss

ngOnChanges

  • ngOnChanges(): void

setValue

  • setValue(value: boolean): void

Generated using TypeDoc