UNPKG

@nativescript-community/ui-checkbox

Version:

NativeScript plugin for checkbox.

17 lines (16 loc) 471 B
import { Color } from '@nativescript/core'; import { CheckBoxBase } from './common'; export declare class CheckBox extends CheckBoxBase { boxType: BEMBoxType; onCheckColor: Color; checkBoxBackgroundColor: Color; onTintColor: Color; onFillColor: Color; nativeViewProtected: BEMCheckBox; private _delegate; createNativeView(): BEMCheckBox; reload(): void; initNativeView(): void; disposeNativeView(): void; toggle(): void; }