kvision / pl.treksoft.kvision.form / fieldLabel

fieldLabel

(js) fun Container.fieldLabel(forId: String, content: String? = null, rich: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (FieldLabel.() -> Unit)? = null): FieldLabel

DSL builder extension function.

It takes the same parameters as the constructor of the built component.