kvision / pl.treksoft.kvision.form.check / RadioGroup / radioGroup

radioGroup

fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: (RadioGroup.() -> Unit)? = null): RadioGroup

DSL builder extension function.

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