# My Custom Checkboxes
Inspired by a friendly (but fierce) rivalry I had with [Koleir](https://github.com/madx "Github") over the age-old debate (whether custom checkboxes should be built purely with CSS or if using a pre-processor like SASS is the superior choice) I finally caved and made my own checkboxes.
\#OMGCheckboxGang
> [!info]- Credits
> The original CSS belongs to Koleir. I have heavily edited it to my purpose, but he still gets credit. Un petit peu. ;)
>
> Icons are sourced from three places.
>
> [Lucide](https://lucide.dev) ([ISC License](https://lucide.dev/license)):thermometer-sun.
> [Dynalist Inc.](https://obsidian.md): Obsidian logo (slightly altered).
> [Game Icons](https://game-icons.net) ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)):
> - [Delapouite](https://delapouite.com): caduceus, discobolus, amphora, wax-tablet, rolling-dices
> - [Lorc](https://lorcblog.blogspot.com): lyre
> - [Cathelineau](https://game-icons.net/about.html#authors): medusa-head
> - [Caro Asercion](https://game-icons.net/about.html#authors): philosopher-bust
## Tenebrous Dragon
_These are the checkboxes used for my main vault and this website._
> [!summary] Feature
> By default, these checkboxes pull your theme's extended [color variables](<https://docs.obsidian.md/Reference/CSS+variables/Foundations/Colors#Extended+colors>). If your theme uses custom variables like `--color-2` and you want those colors used, you'll need to tweak the snippet accordingly.
>
> There's a cap of `8` color slots. Ten checkboxes, eight slots. `[Κ]` and `[Σ]` share pink, `[Λ]` shares with whatever fits. The goal is to resist over-customizing and let each checkbox pull its own weight.
### The Checkboxes
**Admin**
- [Κ] `- [Κ]` The weather.
- [Ο] `- [Ο]` Work. Obsidian tasks, specifically.
- [Λ] `- [Λ]` [Scales of Insight](https://quantified.tenebrousdragon.com/) cross-vault link.
**Daily**
- [Β] `- [Β]` Chores. Bug fixes. Anything unglamorous that still needs doing.
- [Χ] `- [Χ]` Communicate or meet someone.
- [Φ] `- [Φ]` Fun. High priority. Do it, dragon.
- [Γ] `- [Γ]` Gaming. TTRPGs, video games, dice of any shape.
- [Ι] `- [Ι]` Important. Drop everything. Workouts too.
- [Σ] `- [Σ]` Anything creative and visual. CSS, art, drawing, minipainting.
- [Ω] `- [Ω]` Write something. Documentation, stories, notes. This page. _o_o;;_
```md
- [Κ] `- [Κ]` The weather.
- [Ο] `- [Ο]` Work. Obsidian tasks, specifically.
- [Λ] `- [Λ]` Cross-vault link to Scales of Insight.
- [Β] `- [Β]` Chores. Bug fixes. Anything unglamorous that still needs doing.
- [Χ] `- [Χ]` Communicate or meet someone.
- [Φ] `- [Φ]` Fun. High priority. Do it, dragon.
- [Γ] `- [Γ]` Gaming. TTRPGs, video games, dice of any shape.
- [Ι] `- [Ι]` Important. Drop everything. Workouts too.
- [Σ] `- [Σ]` Anything creative and visual. CSS, art, drawing, minipainting.
- [Ω] `- [Ω]` Write something. Documentation, stories, notes.
```