propertyRadioButton

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