formStateValue()
Adds a two-way binding to a form state field.
formStateValue(
formState: Binding<FormState | undefined>,
formField: string,
): this;
Parameters
- formState — A binding to a form state object.
- formField — The name of the form field to bind to.
Return value
The builder instance for chaining.
Related
class ToggleBuilder static
A builder class for creating UIToggle instances.
