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
* Emitted when the checked property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the `checked` property.
|`ionBlur`| Emitted when the checkbox loses focus. |`CustomEvent<void>`|
29
-
|`ionChange`| Emitted when the checked property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the `checked` property. |`CustomEvent<CheckboxChangeEventDetail<any>>`|
30
-
|`ionFocus`| Emitted when the checkbox has focus. |`CustomEvent<void>`|
|`ionBlur`| Emitted when the checkbox loses focus. |`CustomEvent<void>`|
29
+
|`ionChange`| Emitted when the checked property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the `checked` property. |`CustomEvent<CheckboxChangeEventDetail<any>>`|
30
+
|`ionChangeNested`| Same as `ionChange`, but with a nested object for the value. For demonstration purposes to be able to test ways to handle more complex events. |`CustomEvent<CheckboxChangeNestedEventDetail<any>>`|
31
+
|`ionFocus`| Emitted when the checkbox has focus. |`CustomEvent<void>`|
0 commit comments