You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the native [android widget](https://developer.android.com/reference/android/widget/CheckBox.html) that represents the user interface for this component. Valid only when running on Android OS.
9
+
*/
10
+
android: any/* android.widget.CheckBox */;
11
+
12
+
/**
13
+
* Gets the ios Label with the checkbox as a subview
14
+
*/
15
+
ios: any/* Label */;
16
+
17
+
/**
18
+
* Gets or sets if a switch is checked or not.
19
+
*/
20
+
checked: boolean;
21
+
22
+
/**
23
+
* Change the checked state of the view to the inverse of its current state.
0 commit comments