This component is returned by
useWorkspaceSettingsForm().Example
workspace-settings.tsx
Props
The label of the input field.
An optional description that provides additional context about the toggle.
The path to the
boolean value of the input field in your settings schema.e.g. "notifications_enabled", "sync.auto_start"Whether or not the field should be disabled.Defaults to
false (not disabled).