sumith sudesan

sumith sudesan

  • NA
  • 119
  • 9k

[xamarin][crossplatform][uwp] Checkbox

Jul 13 2017 12:32 PM

created a checkbox (public class CheckBox : View) and created custom renderer ( class CheckBoxRenderer : ViewRenderer<CheckBox, CheckBox>) in UWP.

overrided 'OnElementChanged' and OnElementpropertyChanged methods.

what i do to change the foreground color and text color of check box[ in uwp]????