Measured entry

tripled-animated-checkbox-shadcnui

checkboxminimal-flatmotion on file

A client-side React registry component that renders a short list of checkbox-like rows, with a spring-animated checkmark on the first row only. It ships as shadcn registry source and relies on React state, Framer Motion, a Lucide icon, utility classes, and theme CSS variables.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-animated-checkbox-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-animated-checkbox-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-animated-checkbox-shadcnui at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for tripled-animated-checkbox-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal58.8 KB (124.2 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 895ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-1a498704d79c/src/cut/components/uitripled/animated-checkbox-shadcnui.tsx".

Verdict

It builds and mounts cleanly, but it is better treated as an animation sample than a finished checkbox. The control is a clickable div without native checkbox semantics, and most displayed rows are inert. Rework the behavior and accessibility before production use.

Use it if

  • You want a compact motion treatment to adapt into an existing checkbox implementation.
  • Your project already uses React, Framer Motion, Lucide icons, and Tailwind-style utility classes.
  • You only need the first row to act as an interactive demo while the remaining rows are visual examples.

Skip it if

  • You need a production form control with native checkbox semantics, keyboard input, focus behavior, or form submission.
  • Every displayed row must manage its own checked state.
  • You do not want to add an animation library for a small control.
  • Your design system does not provide the expected utility classes and theme variables.

Install

Installation record for tripled-animated-checkbox-shadcnui
Declared dependenciesframer-motion, react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add React, Framer Motion, and Lucide React, then supply equivalents for the utility classes and the accent, border, and muted foreground theme variables. Replace the styled div with a native checkbox or an accessible checkbox primitive, and manage state for each row you keep.

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.

Alternatives

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.