复选框

允许用户在选中和未选中之间切换的控件。

安装

bash
npx shadcn-vue@latest add checkbox

用法

vue
<script setup lang="ts">
import { Checkbox } from '@/components/ui/checkbox'
</script>

<template>
  <Checkbox id="terms" />
</template>

示例

带文字

您同意我们的服务条款和隐私政策。

禁用

表单

请先阅读 vee-validate 部分了解 复选框和单选输入

You can manage your mobile notifications in the mobile settings page.

Select the items you want to display in the sidebar.

在 GitHub 上编辑此页面