checkbox

Indeterminate checkbox

Indeterminate checkbox

Загрузка превью…

src/checkbox/c-checkbox-4.vue

<script setup lang="ts">
import { Checkbox } from "@/components/ui/checkbox"
import { Field, FieldLabel } from "@/components/ui/field"
</script>

<template>
  <Field orientation="horizontal" class="w-auto">
    <Checkbox id="indeterminate" model-value="indeterminate" />
    <FieldLabel for="indeterminate">Indeterminate state</FieldLabel>
  </Field>
</template>

Установка

npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-checkbox-4.json

Зависимости реестра

Источник: порт из ReUI (Keenthemes, MIT)