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