kvision / pl.treksoft.kvision.form / FieldLabel / fieldLabel

fieldLabel

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

DSL builder extension function.

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