Ad Space - Top Banner (728x90)

Loading Circle Checkbox

0 viewshard
Background:
Loading Circle Checkbox
1
2
3
4
5
6
7
8
9
<label class="loading-container">
  <input type="checkbox" />
  <div class="loading-checkmark">
    <div class="loading-spinner"></div>
    <svg viewBox="0 0 24 24">
      <path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>
    </svg>
  </div>
</label>
Was this helpful?