Skip to main content

Checkbox

Demo

Inactive
Inactive Hover
Active
Active Hover
checked: false

Usage (React)

import { Checkbox } from "@gbgr/react"
import "@gbgr/react/styles.css"

export function Example() {
return <Checkbox defaultChecked>Agree</Checkbox>
}

Usage (UI)

import { Checkbox } from "@gbgr/ui"
import "@gbgr/ui/styles.css"

export function Example() {
return <Checkbox defaultChecked>Agree</Checkbox>
}