Back to Components
Inputs

Checkbox

A styled checkbox component with 8 style presets including modern, glassmorphism, neumorphism, brutalist, retro-mac, windows-95, flat, and skeuomorphic.

PropsUsage ExampleVariations

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/checkbox.tsx

Installation

Using shadcn CLI

npx shadcn add checkbox --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge

Related Inputs Components