kvision / pl.treksoft.kvision.form.check / Radio / radio

radio

fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (Radio.() -> Unit)? = null): Radio

DSL builder extension function.

It takes the same parameters as the constructor of the built component.