kvision / pl.treksoft.kvision.form.check / checkBoxInput

checkBoxInput

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

DSL builder extension function.

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