Checkbox

Checkbox component from base-ui components.

Installation

Copy the following code into your app directory.

uv

buridan add component checkbox
Usage
from components.ui.checkbox import checkbox
Anatomy

Use the following composition to build a Checkbox

checkbox.root( checkbox.indicator(), )
Examples

Below are examples demonstrating how the component can be used.

Label

Displays a simple checkbox with a label.

'checkbox_example' not found