radioButton2
fun radioButton2(toggleGroup: ToggleGroup, text: String, block: RadioButton.() -> Unit? = null): RadioButton
The same as radioButton, but gives it a different Node.style. Tantalum renders this button in a similar fashion to a ToggleButton (but it still behaves like a radio-button, not a toggle-button).
fun radioButton2(toggleGroup: ToggleGroup, text: String, graphic: Node, block: RadioButton.() -> Unit? = null): RadioButton