checkbox

Invalid checkbox

Invalid checkbox

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

src/checkbox/c-checkbox-3.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" data-invalid="true">
    <Checkbox id="invalid" aria-invalid="true" />
    <FieldLabel for="invalid">Invalid checkbox</FieldLabel>
  </Field>
</template>

Установка

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

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

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