| Name | Package | Description | Detail |
| | | |
| BooleanPropertyBase | javafx.beans.property | The class BooleanPropertyBase is the base class for a property wrapping a boolean value. | Detail |
| ReadOnlyBooleanWrapper | javafx.beans.property | This class provides a convenient class to define read-only properties. | Detail |
| SimpleBooleanProperty | javafx.beans.property | This class provides a full implementation of a Property wrapping aSince:JavaFX 2. | Detail |
| SimpleStyleableBooleanProperty | javafx.css | This class extends SimpleBooleanProperty and provides a full implementation of a StyleableProperty. | Detail |
| StyleableBooleanProperty | javafx.css | This class extends BooleanPropertyBase and provides a partial implementation of a StyleableProperty. | Detail |