Material Elevation 2 Toggle

0 viewseasy
Background:
Material Elevation 2 Toggle
1
2
3
4
5
6
7
<div class="elevation2-container">
  <input type="checkbox" id="elevation2-toggle" class="elevation2-input" />
  <label for="elevation2-toggle" class="elevation2-label">
    <span class="elevation2-thumb"></span>
  </label>
  <span class="elevation2-text">Elevation 2</span>
</div>
Was this helpful?

What is inside Material Elevation 2 Toggle

Material Elevation 2 Toggle is a CSS toggle switch built with transforms, layered shadows, defined in 42 lines across 7 selectors.

18
CSS properties
7
Selectors
42
Lines of CSS
3
Formats

Techniques used

TransitionsTransformsShadowsChecked stateFlexbox

CSS properties in this component

align-itemsbackground-colorborder-radiusbox-shadowcolorcursordisplayfont-familyfont-sizefont-weightgapheightleftpositiontoptransformtransitionwidth

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.