Measured entry
neu-checkbox
checkboxneumorphismfirst party
A React checkbox wrapped in a clickable label, with a neumorphic shell, checkmark icon, disabled styling, and visible keyboard focus. It ships as one JSX component, supports controlled and uncontrolled state, and has no third-party package dependency, but its appearance relies on Tailwind utility classes.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 17.9 KB (83.3 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused, dependency-light choice for Tailwind interfaces that specifically want the inset neumorphic treatment. It mounts cleanly without provider or shadcn scaffolding, but its fixed palette and limited state model make it less suitable as a universal design-system primitive.
Use it if
- You want a compact neumorphic checkbox that works in controlled or uncontrolled forms.
- Your interface already uses Tailwind and can compile arbitrary shadow and radius utilities.
- You need a labeled native input with keyboard focus and disabled-state handling built in.
Skip it if
- Your design system avoids neumorphism or requires a neutral checkbox that adapts through tokens.
- You need indeterminate state, form-library adapters, or validation messaging inside the component.
- Your project does not use Tailwind and you do not want to recreate its utility-driven styling.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
First-party component from the sir-originals set. In a non-shadcn project, add React and configure Tailwind to scan this component. Ensure the peer, focus-visible, screen-reader-only, arbitrary color, radius, and shadow utilities are supported. No provider, icon package, or shadcn helper is required.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
mrkeyoor/sir-originalsAlternatives
Other published entries for the checkbox pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- clay-checkboxclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.2KB
- Bare
- pass
- Prov
- NO
- shadcn-checkboxunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 18.4KB
- Bare
- fail
- Prov
- NO
- originui-comp-132minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 32.5KB
- Bare
- fail
- Prov
- NO
- originui-comp-135minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 32.5KB
- Bare
- fail
- Prov
- NO
- originui-comp-140minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 32.5KB
- Bare
- fail
- Prov
- NO
- originui-comp-133minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 32.6KB
- Bare
- fail
- Prov
- NO