form
fun <T> form(builder: FormControlBuildContext<T>.() -> FieldVisualizer<T>): FieldVisualizer<T>(source)
Creates a Form component that is bound to a Field. This control allows nesting of forms using a DSL like that used for top-level forms.
Parameters
builder
used to construct the form