How to achieve ToggleButton in WPF using Maui

42 views Asked by At

We have ToggleButton iniherited from Button which contains property like Content and IsChecked. It is used for having checked and unchecked states for buttons.

Is there a way to handle Toggle buttons in Maui?

I have tried using RadioButtons which indirectly handles ToggleButtons, I need a direct way to handle toggle buttons

0

There are 0 answers