Nextplate is a free starter template built with Next.js and TailwindCSS. It provides you with almost everything you need to jump-start your Next.js project. Try Nextplate and save yourself hours of work.
If the initial theme is dark, the checkbox does not shift to the left when the theme is toggled, even though the theme changes as expected. This issue does not occur if the initial theme is light. Changing defaultChecked to checked in the ThemeSwitcher component resolves the issue.
If the initial theme is dark, the checkbox does not shift to the left when the theme is toggled, even though the theme changes as expected. This issue does not occur if the initial theme is light. Changing defaultChecked to checked in the ThemeSwitcher component resolves the issue.