checkboxes
Bookmark Checkbox
라이브 미리보기새 탭에서 열기 ↗
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bookmark-checkbox</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<label class="ui-bookmark">
<input type="checkbox">
<div class="bookmark">
<svg viewBox="0 0 32 32">
<g>
<path d="M27 4v27a1 1 0 0 1-1.625.781L16 24.281l-9.375 7.5A1 1 0 0 1 5 31V4a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4z"></path>
</g>
</svg>
</div>
</label>
</body>
</html>