kvision / pl.treksoft.kvision.form.check / radioInput

radioInput

(js) fun Container.radioInput(value: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (CheckInput.() -> Unit)? = null): RadioInput

DSL builder extension function.

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