benjaminpalko/.opencode/skills/daisyui/components/checkbox.md
Benjamin Palko f526f5c0aa
Some checks failed
Deploy / deploy (push) Failing after 39s
set up new workflow and migrate to .forgejo dir (#5)
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com>
Reviewed-on: #5
2026-08-11 20:55:29 -04:00

578 B

checkbox

Checkboxes are used to select or deselect a value

checkbox docs

Class names

  • component: checkbox
  • color: checkbox-primary, checkbox-secondary, checkbox-accent, checkbox-neutral, checkbox-success, checkbox-warning, checkbox-info, checkbox-error
  • size: checkbox-xs, checkbox-sm, checkbox-md, checkbox-lg, checkbox-xl

Syntax

<input type="checkbox" class="checkbox {MODIFIER}" />

Rules

  • {MODIFIER} is optional and can have one of each color/size class names