kvision / pl.treksoft.kvision.form / FieldLabel / <init>

<init>

FieldLabel(forId: String, content: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"))

Parameters

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