Hi
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]????
Answers
I think this can help, see section checkbox
https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/xaml-styles
not by xaml. i prefer code.
how can i change the color of checkbox tick ( cross platform, uwp and android)
hi,
i created the custom style. it works..
also i want to dynamically update the style. is that possible??