Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: CheckBox
Wraps FXGL's BooleanPropertyView, a JavaFX CheckBox subclass bidirectionally bound to an ObservableBooleanValue. Toggling the checkbox updates the property; updates to the property refresh the checkbox. Read-only properties disable the checkbox.
BooleanPropertyView (object Prop)
Creates a new BooleanPropertyView bound to the given property.
Prop is an AussomJavaObject around an ObservableBooleanValue.isSelected ()
Returns whether the checkbox is selected.
A bool.setSelected (bool Selected)
Sets the selected state. The bound property updates as well.
Selected is the new state.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.