IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.84k stars 829 forks source link

Change back color of Radio Buttons and Check Boxes? #192

Closed PJ-Oscheh closed 6 years ago

PJ-Oscheh commented 6 years ago

Hello all, sorry for such a dumb question, I just cannot figure this out. So my Radio Buttons and Check boxes have a control-colored background (the default gray color), and I am unable to change the back color to white, even by using the BackColor property in Visual Studio or adding button.BackColor = Color.White How can I do this? I feel like it is obvious, sorry to hog up the issues tab.

EDIT: I'm using the VB.Net material skin