Skip to content

Instantly share code, notes, and snippets.

@MrGrootx
Last active February 13, 2024 04:58
Show Gist options
  • Select an option

  • Save MrGrootx/4a4d0db1b5b9d5ec81739513bf4d4b0f to your computer and use it in GitHub Desktop.

Select an option

Save MrGrootx/4a4d0db1b5b9d5ec81739513bf4d4b0f to your computer and use it in GitHub Desktop.
react-hook-form ( checkbox input ) with custom message
checkbox : z.boolean().refine((v) => v === true, {
message: "checkbox message here",
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment