messier16 / Forms.Controls_deprecated

Home of all Messier16 Xamarin.Forms controls :grin:
11 stars 4 forks source link

Checkbox in MVVM context #13

Open Leobaillard opened 7 years ago

Leobaillard commented 7 years ago

Hi!

I would like to use the checkbox control in an MVVM app but I couldn't find a Command binding on the control. Is there a way to fire a command when the check status changes passing relavant parameters with it?

Thanks.

fferegrino commented 7 years ago

Sorry for the late response, and no, as of today there is no way to command bound to check status changes. I'll try to work on it over the weekend, but you are more than welcome to implement it yourself & make a pr.