f Neudash - Neumorpism Tailwind Dashboard
N
eudash

Switch

            
<!-- switch -->
<div class="flex flex-col gap-2 w-40">
  <label class="relative w-12 h-[26px]">
    <span class="hidden">Enable Feature</span>
    <input id="switch-check" type="checkbox" class="switch-checkbox relative inline-block w-12 h-[26px] transition-all duration-200 ease-in-out cursor-pointer appearance-none rounded-full border border-primary-200 dark:border-primary-950 bg-primary-100 dark:bg-primary-900 shadow-inset-fixed">
    <div class="toggle-default absolute top-[3px] left-1 w-5 h-5 transition-all duration-200 ease-in-out transform bg-primary-800 dark:bg-primary-200 rounded-full shadow-md"></div>
  </label>
</div>