React CheckBox Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { CheckBoxTypes } from "devextreme-react/check-box"
Type: CheckBoxTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { CheckBoxTypes } from "devextreme-react/check-box"
Type: CheckBoxTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { CheckBoxTypes } from "devextreme-react/check-box"
Type: CheckBoxTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { CheckBoxTypes } from "devextreme-react/check-box"
Type: CheckBoxTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { CheckBoxTypes } from "devextreme-react/check-box"
Type: CheckBoxTypes.ValueChangedEvent