1. Gooey Liquid Toggle

A toggle with a mesmerizingly fluid animation, achieved with an SVG filter.

...

2. 3D Flip Checkbox

A satisfying checkbox that performs a 3D flip using CSS `perspective`.

...

3. Illuminating Toggle

An elegant toggle that lights up with a soft glow and icon transition.

...

4. Dynamic Stroke Checkbox

A clean checkbox where the checkmark is animated with `stroke-dashoffset`.

...

5. Icon Morphing Toggle

An icon smoothly morphs from a plus to a checkmark using SVG path animation.

...

6. Stretchy Elastic Checkbox

A playful checkbox that stretches and snaps back with a fun, elastic animation.

...

7. 3D "Flip-Flop" Switch

A realistic switch that flips on its X-axis to reveal ON/OFF states.

...

8. Comet Burst Toggle

The handle dissolves into a burst of comet-like particles and reforms.

...

9. Shutter Toggle

A camera-inspired toggle where animated blades reveal the ON state.

<input type="checkbox" id="tgl-shutter" class="hidden-input">
<label for="tgl-shutter" class="tgl-shutter">...</label>

10. Scribble Checkbox

A playful checkbox that reveals a hand-drawn, animated checkmark.

<label class="cbx-scribble">
  <input type="checkbox" id="cbx-scribble" class="hidden-input">
  <div class="cbx-scribble-box">...</div>
</label>

11. Newton's Cradle Toggle

A physics-based toggle where a ball knocks the handle to the other side.

<label class="tgl-newton">
  <input type="checkbox" id="tgl-newton" class="hidden-input">
  <div class="tgl-newton-track">...</div>
</label>

12. Glitch Effect Checkbox

A futuristic checkbox that glitches into its checked state with digital distortion.

<label class="cbx-glitch">
  <input type="checkbox" id="cbx-glitch" class="hidden-input">
  <div class="cbx-glitch-box">...</div>
</label>