FieldLabel(forId: String, text: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"))
forId
- the value of for attribute
rich
- determines if text can contain HTML code
classes
- a set of CSS class names
Constructor