jfxCheckBox

fun NodeManager.jfxCheckBox(text: String? = null): JFXCheckBox

Add a JFXCheckBox to this manager.

Return

the control added.


inline fun jfxCheckBox(text: String? = null, configuration: JFXCheckBox.() -> Unit): JFXCheckBox

Create a JFXCheckBox with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxCheckBox(text: String? = null, configuration: JFXCheckBox.() -> Unit): JFXCheckBox

Add a JFXCheckBox with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.