Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Checkbox

Field control that represents a Checkbox field. Available values will be populated from the FieldSettings. Usage:

<choice content.bind="content" settings.bind="myChoiceFieldSettings"></choice>

Hierarchy

Index

Properties

actionName

actionName: ActionName

content

content: Content

controller

controller: ValidationController

settings

settings: ChoiceFieldSetting

Accessors

readOnly

  • get readOnly(): boolean

rules

  • get rules(): FluentRuleCustomizer<any, any>[]

value

  • get value(): Object
  • set value(newValue: Object): void

Methods

activate

  • activate(model: object): void

Generated using TypeDoc