Skip to main content
This component is returned by useForm().

Example

approval-dialog.tsx

Props

string
required
The label of the input field.
string
required
The path to the boolean value of the input field in your form schema.e.g. "is_active", "shipping.is_express"
boolean
Whether or not the field should be disabled.Defaults to false (not disabled).