Checkbox
Checkbox component from base-ui components.
Installation
Copy the following code into your app directory.
buridan add component checkboxUsage
Make sure to correctly set your imports relative to the component.
from components.base_ui.checkbox import checkbox
Examples
Below are examples demonstrating how the component can be used.
Label
Displays a simple checkbox with a label.