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

Example

src/app/settings/page.tsx

Props

string
required
The label of the input field.
string
An optional description that provides additional context about the toggle.
string
required
The key of the boolean value of the input field in your settings schema.e.g. "notifications_enabled"
boolean
Whether or not the field should be disabled.Defaults to false (not disabled).