0

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 ?

Details in picture

Sami
  • 165
  • 4
  • 19

1 Answers1

0

To change border color of JFXCheckBox use -jfx-unchecked-color css property

checkBox.setStyle("-jfx-unchecked-color: red");
Umer Farooq
  • 762
  • 1
  • 8
  • 17