propertyRadioButton2

fun propertyRadioButton2(value: V, text: String, block: PropertyRadioButton<V, P>.() -> Unit? = null): PropertyRadioButton<V, P>

A PropertyRadioButton. Tantalum renders this like a ToggleButton i.e. a button with a solid background. The selected radio button will use the accent color for its background. The others will use a grey background.

See propertyRadioButton.