[Feature] Ability to interact with AppBarToggleButton elements
Opened this issue · 2 comments
jamesmcroft commented
Describe the feature and how it will be used
Introduce the ability to interact with the AppBarToggleButton
element.
There should be properties to assert the toggled on or off state, as well as actions for toggling on and off.
Platforms
- iOS
- Android
-
WebAssembly[Done]
jamesmcroft commented
Completed the work for the web component for this
jamesmcroft commented
Investigating this, Android support is going to be slightly more difficult than expected. It's not currently possible to easily identify when the button is checked or not using the out-of-the-box experience.