microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
807 stars 54 forks source link

Add ToggleButton Control #203

Open luizproenca opened 6 years ago

luizproenca commented 6 years ago

I'm porting some controls from uwp to forms and I see that there is not a togglebutton implementation for xamarin forms. I have to create custom controls that do not always work as expected.

GeraudFabien commented 6 years ago

Related to #170

rodrigoelp commented 6 years ago

I think toggle button should be the base control for switch, checkbox and alike controls like radiobutton

rodrigoelp commented 6 years ago

Ideally, the ToggleButton should have a mode in which you could specialise the control you are using...