checkBox

fun NodeManager.checkBox(text: String? = null): CheckBox

Add a CheckBox to this manager.

Return

the control added.


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

Create a CheckBox with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


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

Add a CheckBox with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.