Toggle

13.03.2018

Nice smooth movement and the added detail with the animated turn on the head. Based on "Toggle" by Daryl Ginn.

Made with: HTML

View Code

Toggle

Toggle

9.03.2018

Pure CSS toggle switch.

Made with: HTML

View Code

Toggle

Cool Checkbox With Svg

18.02.2018

A custom checkbox that makes use of SVG to animate the tick inside of it.

Made with: HTML/Pug

View Code

Cool Checkbox With Svg

Css Toggle Switch

15.02.2018

CSS soft toggle switch.

Made with: HTML

View Code

Css Toggle Switch

Emoji Checkbox

13.02.2018

Pure CSS emoji checkbox.

Made with: HTML

View Code

Emoji Checkbox

Toggles

1.02.2018

Useful toggle.

Made with: HTML

View Code

Toggles

Material Inspired Checkboxes

12.09.2017

The trick to this is placing the label after the checkbox. That way you can use the :checked state to toggle the different pseudo elements on the label. No javascript necessary. To make the background animation work, you'll need a tiny bit of magic. The label:before element is a small 10x10 circle. We animate the scale of it instead of the size so that we can keep the proportion of the circle and make it look like it "fills out" the bar. The max width of the form is set to 550px. The :before element animates by using scale3d (for hardware acceleration) by 56 times. 56 * 10 === 560. This allows the circle to fill out the bar by going slightly outside the bounds of the input group container.

Made with: HTML

View Code

Material Inspired Checkboxes

Pure Css3 Checkboxes With Fontawesome

6.08.2017

Pure CSS3 checkboxes with FontAwesome and transitions.

Made with: HTML,CSS (SCSS)

View Code

Pure Css3 Checkboxes With Fontawesome

Chekboxes Css

15.01.2014

Made with: HTML,CSS

View Code

Chekboxes Css