Checkbox

A control for selecting one or more options. Built on Base UI's checkbox primitive.

Last updated January 1, 1980

CreditsUnchangedPublished

Copied from shadcn/ui.

Overview

Installation

Usage

import { Checkbox } from "@/components/ui/checkbox"
 
export function Example() {
  return <Checkbox />
}

Examples

Disabled

RTL

API Reference

Checkbox

API reference: Base UI Checkbox .