Checkbox Indeterminate

PreviousNext

checkbox-indeterminate-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/forms/checkbox/checkbox-indeterminate-demo.tsx
"use client"

import { Checkbox } from "@/components/ui/checkbox"

export default function CheckboxIndeterminateDemo() {
  return (
    <Checkbox value="read" isIndeterminate>
      Read
    </Checkbox>
  )
}

Installation

npx shadcn@latest add @intentui/checkbox-indeterminate-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.