0
Answer

[xamarin][crossplatform][uwp] Checkbox

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]????