@nativescript-community/ui-checkbox
Version:
NativeScript plugin for checkbox.
14 lines (13 loc) • 544 B
TypeScript
import { CheckBoxBase } from './common';
export declare class CheckBox extends CheckBoxBase {
nativeViewProtected: androidx.appcompat.widget.AppCompatCheckBox;
checkStyle: string;
ignoreChange: boolean;
createNativeView(): androidx.appcompat.widget.AppCompatCheckBox | androidx.appcompat.widget.AppCompatRadioButton;
onCheckedChangeListener: android.widget.CompoundButton.OnCheckedChangeListener;
initNativeView(): void;
onLoaded(): void;
onUnloaded(): void;
disposeNativeView(): void;
toggle(): void;
}