Checkbox
- Файл: app/components/ui/checkbox/Checkbox.vue
Быстрый старт
<script setup lang="ts">
import { Checkbox } from 'components/ui/checkbox';
</script>
<template>
<Checkbox>
Согласен с <nuxt-link to="/">политикой конфиденциальности</nuxt-link>
</Checkbox>
</template>
API
Props
| Prop | Type | По умолчанию |
|---|---|---|
id | string | '' |
name | string | '' |
required | string | '' |
disabled | string | '' |
Models
| Prop | Type | По умолчанию |
|---|---|---|
model | boolean | undefined |
Slots
| Prop | По умолчанию |
|---|---|
default | undefined |