Measured entry

originui-comp-140

checkboxminimal-flat

A compact right-aligned checkbox row that links its label through a generated React ID and places the control after the text. It ships as a shadcn registry component and depends on Origin UI checkbox and label primitives, Radix UI, React useId, Tailwind utility classes, and the shared cn helper.

Specimen
Harness screenshot of originui-comp-140 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-comp-140 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of originui-comp-140 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 originui-comp-140
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal32.5 KB (97.9 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 4.85s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/checkbox.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A sound, narrowly scoped row for shadcn-based settings screens. It builds and mounts cleanly in the prepared harness, but it needs a shadcn-style setup and will not work as a bare drop-in because its shared utility import and styled primitives must already exist.

Use it if

  • You need a preference row where the label stays on the left and the checkbox aligns on the right.
  • Your app already uses shadcn-style aliases, Tailwind theme tokens, and Radix-based form controls.
  • You want an accessible label and checkbox pairing with minimal local state or form logic.

Skip it if

  • Your design calls for the checkbox before its label or for helper text and validation messaging.
  • You need a controlled field wrapper that connects directly to a form library or persisted setting.
  • Your project does not use Tailwind utilities and you do not want to recreate the component's theme tokens and cn helper.

Install

Installation record for originui-comp-140
Declared dependenciesradix-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 Radix UI, copy the checkbox and label primitives, provide a compatible cn class-merging helper and import alias, configure Tailwind with the referenced theme tokens, and ensure the component runs on the React client.

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.

License
MIT
Record published
2026-08-13

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.