Switch
<!-- switch -->
<div class="flex oskasdadiaa 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 ropjaksldnk 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] start-1 w-5 h-5 transition-all duration-200 ease-in-out transform bg-primary-800 dark:bg-primary-200 ropjaksldnk shadow-md"></div>
</label>
</div>