Crystal Growth Checkbox

0 viewsmedium
Background:
Crystal Growth Checkbox
1
2
3
4
5
6
7
8
9
10
11
12
<div class="crystal-container">
  <input type="checkbox" id="crystal-check" />
  <label for="crystal-check" class="crystal-label">
    <span class="crystal-growth">
      <span class="crystal-core"></span>
      <span class="crystal-facet facet-1"></span>
      <span class="crystal-facet facet-2"></span>
      <span class="crystal-facet facet-3"></span>
    </span>
    <span class="crystal-text">Crystal Growth</span>
  </label>
</div>
Was this helpful?

What is inside Crystal Growth Checkbox

Crystal Growth Checkbox is a CSS checkbox built with gradient fills, transforms, layered shadows, defined in 75 lines across 15 selectors.

22
CSS properties
15
Selectors
75
Lines of CSS
3
Formats

Techniques used

TransitionsTransformsGradientsShadowsChecked stateFlexbox

CSS properties in this component

align-itemsbackgroundborder-radiusbottombox-shadowcolorcursordisplayfont-weightgapheightinputjustify-contentleftopacitypositionrighttoptransformtransitiontransition-delaywidth

Accessibility 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.