radioButton
Add a RadioButton to this container.
Return
the control added.
Create a RadioButton with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.radioButton(text: String? = null, configuration: RadioButton.() -> Unit): RadioButton
inline fun ToggleButtonContainer.radioButton(text: String? = null, configuration: RadioButton.() -> Unit): RadioButton
Add a RadioButton with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.