Flat Design Bold
0 viewseasy
Background:
1
2
3
4
5
6
7
<div class="flat-design-container">
<input type="checkbox" />
<div class="flat-design-checkmark">
<div class="flat-check">✓</div>
</div>
<span class="flat-design-label">Flat Bold</span>
</div>Flat Design Bold
0 viewseasy
Background:
Flat Design Bold
1
2
3
4
5
6
7
<div class="flat-design-container">
<input type="checkbox" />
<div class="flat-design-checkmark">
<div class="flat-check">✓</div>
</div>
<span class="flat-design-label">Flat Bold</span>
</div>Was this helpful?
What is inside Flat Design Bold
Flat Design Bold is a CSS checkbox built from plain CSS with no animation, defined in 47 lines across 8 selectors.
19
CSS properties
8
Selectors
47
Lines of CSS
3
Formats
Techniques used
TransitionsChecked stateFlexbox
CSS properties in this component
align-itemsbackgroundborderborder-colorborder-radiuscolorcursordisplayfont-sizefont-weightgapheightinputjustify-contentopacitypositiontransitionuser-selectwidthAccessibility 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.