sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

Can't seem to recolor the checkbox mark #1035

Closed robinwithes closed 5 years ago

robinwithes commented 5 years ago

I tried recoloring the checkbox mark by doing .jfx-check-box .mark{ -jfx-checked-color: #997B42; -jfx-unchecked-color: #997B42; -fx-background-color: red; } But it seems that doesn't work. What is the proper way of achieving this?

robinwithes commented 5 years ago

Did not find the documentation on the website but i did find it here in the wiki https://github.com/jfoenixadmin/JFoenix/wiki/Checkbox