Angular CheckBox Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxCheckBoxTypes } from "devextreme-angular/ui/check-box"
Type: DxCheckBoxTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxCheckBoxTypes } from "devextreme-angular/ui/check-box"
Type: DxCheckBoxTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxCheckBoxTypes } from "devextreme-angular/ui/check-box"
Type: DxCheckBoxTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxCheckBoxTypes } from "devextreme-angular/ui/check-box"
Type: DxCheckBoxTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxCheckBoxTypes } from "devextreme-angular/ui/check-box"
Type: DxCheckBoxTypes.ValueChangedEvent