[11:7] extends: Node, Control, Labeled, ButtonBase
JavaFX CheckBox class.
CheckBox (Val
)
Creates a new CheckBox object with the provided text or JavaFX CheckBox object to set.
Val
is a string with the CheckBox text.this
objectsetSelected (bool Selected
)
Sets the CheckBox selected flag.
Selected
is a bool with the selected value.this
objectgetSelected ()
Gets the CheckBox selected value.
A
bool with the selected value.