propertyRadioButton

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

A PropertyRadioButton. Tantalum renders this with a circle, which is filled when selected.

See propertyRadioButton2.