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