Water Ripples Checkbox
0 viewsmedium
Background:
1
2
3
4
5
6
7
8
9
10
11
12
<div class="ripple-container">
<input type="checkbox" id="ripple-check" />
<label for="ripple-check" class="ripple-label">
<span class="water-surface">
<span class="ripple ripple-1"></span>
<span class="ripple ripple-2"></span>
<span class="ripple ripple-3"></span>
<span class="water-drop"></span>
</span>
<span class="ripple-text">Water Ripples</span>
</label>
</div>Water Ripples Checkbox
0 viewsmedium
Background:
Water Ripples Checkbox
1
2
3
4
5
6
7
8
9
10
11
12
<div class="ripple-container">
<input type="checkbox" id="ripple-check" />
<label for="ripple-check" class="ripple-label">
<span class="water-surface">
<span class="ripple ripple-1"></span>
<span class="ripple ripple-2"></span>
<span class="ripple ripple-3"></span>
<span class="water-drop"></span>
</span>
<span class="ripple-text">Water Ripples</span>
</label>
</div>Was this helpful?
What is inside Water Ripples Checkbox
Water Ripples Checkbox is a CSS checkbox built with gradient fills, transforms, defined in 77 lines across 15 selectors.
19
CSS properties
15
Selectors
77
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsGradientsChecked stateFlexbox
CSS properties in this component
align-itemsbackgroundborderborder-radiuscolorcursordisplayfont-weightgapheightinputjustify-contentopacityoverflowpositiontransformtransitiontransition-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.