Docs Components Blocks Showcase

Winkelwagen

Checkbox

Props

PropTypeDefault
labelComponentProps<typeof Label>['text']-
HTML Attributesinput-

Examples

---
import Checkbox from 'fulldev-ui/components/Checkbox.astro'
---

<Checkbox label="My Checkbox" color="base" />
---
import Checkbox from 'fulldev-ui/components/Checkbox.astro'
---

<Checkbox label="Base" color="base" />
<Checkbox label="Brand" color="brand" />
---
import Checkbox from 'fulldev-ui/components/Checkbox.astro'
---

<Checkbox label="Small" size="sm" />
<Checkbox label="Medium" size="md" />
<Checkbox label="Large" size="lg" />
On this page
Props Examples