How can i change the box border color and radius of JFXCheckBox ? (i am using the JFoenix library)
Is there any cool JavaFX libraries for CheckBox except JFoenix ?
To change border color of JFXCheckBox use -jfx-unchecked-color
css property
checkBox.setStyle("-jfx-unchecked-color: red");