FieldLabel

constructor(forId: String, content: String? = null, rich: Boolean = false, className: String? = null, init: FieldLabel.() -> Unit? = null)

Parameters

forId

the value of for attribute

content

the text of the label

rich

determines if content can contain HTML code

className

CSS class names

init

an initializer extension function