kaadin-core / ch.frankel.kaadin / com.vaadin.ui.HasComponents / checkBox

checkBox

fun HasComponents.checkBox(caption: String? = null, value: Boolean = false, init: CheckBox.() -> Unit = {}): <ERROR CLASS>

see http://demo.vaadin.com/sampler/#ui/data-input/other

fun HasComponents.checkBox(caption: String? = null, dataSource: Property<out Any>, init: CheckBox.() -> Unit = {}): <ERROR CLASS>