Checkbox

An accessible checkbox with indeterminate state.

Use Checkbox for multi-select choices.

import { defineComponent, ref } from 'vue';
import { Checkbox } from '@tile-ui/vue';
 
export default defineComponent({
	name: 'CheckboxDemo',
	setup() {

Registry install

pnpm dlx shadcn@latest add @tile-ui/checkbox

Package usage

import { Checkbox } from '@tile-ui/vue';
 
<Checkbox />

Highlights

  • Indeterminate state support
  • Accessible checkbox role
  • Pairs with Field and Form

Registry dependencies

Item Purpose
checkbox Component source and module styles
core Framework-agnostic logic helpers
styles Shared SCSS tokens and globals

API reference

Checkbox

No custom props.