kvision / pl.treksoft.kvision.form.check / CheckBox / <init>

<init>

CheckBox(value: Boolean = false, label: String? = null, rich: Boolean = false)

Parameters

value - selection state

label - label text bound to the input element

rich - determines if label can contain HTML code

Constructor