MADE-Apps/legerity-uno

[Feature] Ability to interact with AppBarToggleButton elements

Opened this issue · 2 comments

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]

Completed the work for the web component for this

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.