The AWT Checkbox only supports two states (on/true or off/false), but JavaFX’s CheckBox can optionally support three states. If one desires the JavaFX version to support three states (the third being ...
Contribute to XtraS001/JavaFX-Tutorial development by creating an account on GitHub.