Toggle - a11y
+ ++
+
diff --git a/BREAKING.md b/BREAKING.md index 8d90fe890b..5325a4f369 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -206,6 +206,8 @@ Developers using these components will need to migrate to using Swiper.js direct - `ionChange` is no longer emitted when the `checked` property of `ion-toggle` is modified externally. `ionChange` is only emitted from user committed changes, such as clicking the toggle to set it on or off. +- The `--background` and `--background-checked` variables have been renamed to `--track-background` and `--track-background-checked`, respectively. +
-