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