mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
29 lines
No EOL
745 B
HTML
29 lines
No EOL
745 B
HTML
<!-- From Uiverse.io by gamerlord295 - Tags: checkbox -->
|
|
<label
|
|
for="hr"
|
|
class="flex flex-row items-center gap-2.5 dark:text-white light:text-black"
|
|
>
|
|
<input id="hr" type="checkbox" class="peer hidden" />
|
|
<div
|
|
for="hr"
|
|
class="h-5 w-5 flex rounded-md border border-[#a2a1a833] light:bg-[#e8e8e8] dark:bg-[#212121] peer-checked:bg-[#7152f3] transition"
|
|
>
|
|
<svg
|
|
fill="none"
|
|
viewBox="0 0 24 24"
|
|
class="w-5 h-5 light:stroke-[#e8e8e8] dark:stroke-[#212121]"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M4 12.6111L8.92308 17.5L20 6.5"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
></path>
|
|
</svg>
|
|
</div>
|
|
Front-end
|
|
</label>
|
|
|
|
|
|
|