Label

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

Parameters

content

the text of the label

rich

determines if content can contain HTML code

forId

the ID of the labeled element

className

CSS class names

init

an initializer extension function