Mosaic컴포넌트 카탈로그Repository
← 카탈로그
checkboxes

Morphing Checkbox

#checkbox#svg#morph#stroke-animation#toggle#css-only#dark-mode
의존성
없음 (순수 HTML/CSS/JS)
추가일
2026-06-11
출처
원본 보기 ↗
라이브 미리보기새 탭에서 열기 ↗
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Morphing Checkbox</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <label class="container">
    <input type="checkbox">
    <svg viewBox="0 0 64 64" height="2em" width="2em">
      <path d="M 0 16 V 56 A 8 8 90 0 0 8 64 H 56 A 8 8 90 0 0 64 56 V 8 A 8 8 90 0 0 56 0 H 8 A 8 8 90 0 0 0 8 V 16 L 32 48 L 64 16 V 8 A 8 8 90 0 0 56 0 H 8 A 8 8 90 0 0 0 8 V 56 A 8 8 90 0 0 8 64 H 56 A 8 8 90 0 0 64 56 V 16" pathLength="575.0541381835938" class="path"></path>
    </svg>
  </label>
</body>
</html>