Spring Coil Checkbox
0 viewsmedium
Background:
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="spring-container">
<input type="checkbox" id="spring-check" />
<label for="spring-check" class="spring-label">
<span class="spring-mechanism">
<span class="spring-coil coil-1"></span>
<span class="spring-coil coil-2"></span>
<span class="spring-coil coil-3"></span>
<span class="spring-coil coil-4"></span>
<span class="spring-base"></span>
</span>
<span class="spring-text">Spring Coil</span>
</label>
</div>Spring Coil Checkbox
0 viewsmedium
Background:
Spring Coil Checkbox
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="spring-container">
<input type="checkbox" id="spring-check" />
<label for="spring-check" class="spring-label">
<span class="spring-mechanism">
<span class="spring-coil coil-1"></span>
<span class="spring-coil coil-2"></span>
<span class="spring-coil coil-3"></span>
<span class="spring-coil coil-4"></span>
<span class="spring-base"></span>
</span>
<span class="spring-text">Spring Coil</span>
</label>
</div>Was this helpful?
What is inside Spring Coil Checkbox
Spring Coil Checkbox is a CSS checkbox built with gradient fills, transforms, defined in 74 lines across 15 selectors.
19
CSS properties
15
Selectors
74
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsGradientsChecked stateFlexbox
CSS properties in this component
align-itemsbackgroundborder-radiusbottomcolorcursordisplayfont-weightgapheightinputjustify-contentleftpositiontoptransformtransitiontransition-delaywidthAccessibility check1 to fix
- Built on a native <input> element, so keyboard focus and screen reader semantics work without extra attributes.
- No focus style is defined. Add one before shipping, or keyboard users lose track of position.
These notes are generated by reading this component's own source, so they describe what it actually does rather than what a template says. Copy the code above in HTML, CSS, Tailwind and adapt it freely.