Arcade Button Checkbox
0 viewsmedium
Background:
1
2
3
4
<div class="arcade-checkbox">
<input type="checkbox" id="arcade" class="hidden" />
<label for="arcade" class="arcade-label">Arcade Button</label>
</div>Arcade Button Checkbox
0 viewsmedium
Background:
Arcade Button Checkbox
1
2
3
4
<div class="arcade-checkbox">
<input type="checkbox" id="arcade" class="hidden" />
<label for="arcade" class="arcade-label">Arcade Button</label>
</div>Was this helpful?
What is inside Arcade Button Checkbox
Arcade Button Checkbox is a CSS checkbox built with gradient fills, transforms, layered shadows, defined in 54 lines across 7 selectors.
21
CSS properties
7
Selectors
54
Lines of CSS
3
Formats
Techniques used
TransitionsTransformsGradientsShadowsPseudo elementsChecked stateFlexbox
CSS properties in this component
align-itemsbackgroundborderborder-colorborder-radiusbox-shadowcolorcontentcursordisplayfont-weightgapheightleftopacitypadding-leftpositiontoptransformtransitionwidthAccessibility 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.