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