fun HasComponents.checkBox(: String? = null, value: Boolean = false, init: CheckBox.() -> Unit = {}): <ERROR CLASS>
see http://demo.vaadin.com/sampler/#ui/data-input/other
fun HasComponents.checkBox(: String? = null, dataSource: Property<out Any>, init: CheckBox.() -> Unit = {}): <ERROR CLASS>