CheckBox(value: Boolean = false, label: String? = null, rich: Boolean = false)
value - selection state
value
label - label text bound to the input element
label
rich - determines if label can contain HTML code
rich
Constructor