Custom Checkbox CSS | Styling Checkbox | Pure CSS Tutorial

  Рет қаралды 90,965

Coding Artist

Coding Artist

Күн бұрын

Пікірлер: 66
@AaronEstebanSEO
@AaronEstebanSEO 3 жыл бұрын
I think an even easier way that doesnt require a ton of css styling code, is to use 2 separate svg images of a checkbox. One thats not checked, and then a copy of what it looks like when it is checked. So two separate images. Then create a boolean in Javascript with true or false. When the user clicks on the first unchecked svg image, the boolean switched to true and changes the image to the checked image. If true, then some value that you set to this image will return inside of the function the way that you want it to. This is super easy to do without ever using a real checkbox from an input or requiring its value.
@pastelwortell
@pastelwortell Жыл бұрын
I ever try it, but the svg will appear beside on the original checkbox, then i make the webkit appereance none, but the checkbox lost their value, and i can't edit anything by those checkbox.😅
@gaming_with_raza7867
@gaming_with_raza7867 8 ай бұрын
Extra Images = Slow Website
@joanajimenezfernandez8657
@joanajimenezfernandez8657 3 жыл бұрын
I'm struggle with this four hours and your solution is super simple and easy, thank you very much
@CodingArtist
@CodingArtist 3 жыл бұрын
Great to hear!
@Phoenix_Arise_J
@Phoenix_Arise_J 2 жыл бұрын
It’s been like over a 100 video watching on KZbin without joy but this made me smile 😊 I envy (positively) respect and love those who have the coder skills. Btw the background music was a perfect choice, thank you for sharing ❤
@tiecat1833
@tiecat1833 3 жыл бұрын
I’m learning Html and CSS from KZbin, I'm using my phone to do it and your video helped me a lot!
@CodingArtist
@CodingArtist 3 жыл бұрын
Great to hear!
@harshilchudasama2245
@harshilchudasama2245 4 жыл бұрын
I liked your every projects on HTML , CSS and JS. You should also go on stiky Navigation Bar. That is also main thing in websites. Thank You. Keep it up...
@Bioskopeia
@Bioskopeia 3 жыл бұрын
thank you sooo much!! who would say that style a checkbox would be so complicated haha, couldn't do it without this video!
@CodingArtist
@CodingArtist 3 жыл бұрын
Great to hear!
@konstantinreut2577
@konstantinreut2577 3 жыл бұрын
Thanks, bro! It's simple and ingeniously!
@movieloverss2496
@movieloverss2496 4 жыл бұрын
Really u r queen of CSS 👌👌🥰
@aubisoka
@aubisoka 2 жыл бұрын
Thank you for this Tutorial. It was fun to make it this way.
@celdan714
@celdan714 3 жыл бұрын
Wow! It's like meditate. Peace after seeing the results
@WilledWest
@WilledWest 2 жыл бұрын
Really nice way to style a checkbox, the only issue here is that when you're styling it this way, the checkbox has a min width and height which is too big and can't be reduce more than that.
@RenardBergson
@RenardBergson 2 жыл бұрын
Thank you so much, buddy! I used that with scss and it worked as well.
@CodingArtist
@CodingArtist 2 жыл бұрын
Glad it helped!
@rina_joke
@rina_joke 2 жыл бұрын
Просто спасибо большое, еще не встречала такого понятного тутариала(?) Но благодаря вам легко справилась с поставленной задачей, еще раз спасибо)
@k.ananthakumar5860
@k.ananthakumar5860 3 ай бұрын
How to checkbox transparancy??
@Vizzent01
@Vizzent01 4 жыл бұрын
lol i made like 5 mistakes but i fixed it in another way by adding the icon tag and adjusting it im getting good at this 😍
@JustHereForTheSnacks-OK
@JustHereForTheSnacks-OK 5 ай бұрын
Good video, keep it up.
@yummyfunnybunny5167
@yummyfunnybunny5167 3 жыл бұрын
i followed this to a T and it doesn't work. the check mark used by font awesome doesn't show up. is something in this video outdated?
@CodingArtist
@CodingArtist 3 жыл бұрын
Are you using the right font awesome CDN?
@priyadharshinimuthukumar8970
@priyadharshinimuthukumar8970 Жыл бұрын
thank you so much... its really helped me alot
@Karol-fl8cp
@Karol-fl8cp 3 жыл бұрын
¡Tiene exactamente lo que necesitaba, gracias! ¡Y gracias al Universo por usted!
@damiendoman5584
@damiendoman5584 3 жыл бұрын
Thanks, works well! What's the difference in meaning between :after :checked and :checked:after?
@CodingArtist
@CodingArtist 3 жыл бұрын
:after - It's a pseudo element. It can be used to insert some content after the element. :checked: - It will target/select the inputs that are checked. :checked:after - This will target the ':after' pseudo element of the 'checked' input.
@Paulo280713
@Paulo280713 2 жыл бұрын
very good content, loved it
@aravindvv2276
@aravindvv2276 4 жыл бұрын
Your videos are great! Keep posting 😊👍
@PinoyGuitarTutorials
@PinoyGuitarTutorials 2 жыл бұрын
does it works also in IE 11 and Edge?
@CodingArtist
@CodingArtist 2 жыл бұрын
You dont't have to worry about IE since it will no longer be supported from June 15, 2022. It works perfectly on Edge.
@ducdominh9390
@ducdominh9390 Жыл бұрын
Thanks u my lord 👑
@941confidential
@941confidential 3 жыл бұрын
Greatest Tutorial I‘ve seen so far. The only thing I don‘t get is the ,,checked icon“. Instead of it displays /fooC. My code is correct but it won‘t display the checked Icon. I hope you can help. Best regards and thank you
@CodingArtist
@CodingArtist 3 жыл бұрын
Are you adding the 'font-weight' on line number 36 in CSS? Please do check that. Also, if that doesn't work, mail me and I will send you the zip file of source code.
@gordoncoding
@gordoncoding 4 жыл бұрын
nice logo animation at the beginning. why not adding some verbal explanation along the coding?
@mohammedhammed3892
@mohammedhammed3892 Жыл бұрын
Great video. Thank you
@sofiaborovskaia3714
@sofiaborovskaia3714 2 жыл бұрын
it's quite difficult to follow, as all the active changes happen at the very bottom of the page. Video timeline bar hides everything you're trying to show us
@victoriacesar4645
@victoriacesar4645 3 жыл бұрын
Thank you so much! This video and code helped me a lot, thank you
@CodingArtist
@CodingArtist 3 жыл бұрын
Great to hear!
@shivanidhende5229
@shivanidhende5229 3 жыл бұрын
I am trying to use this in angular,but the check icon is not getting displayed,can you please help?
@CodingArtist
@CodingArtist 3 жыл бұрын
This might help: www.angularjswiki.com/angular/how-to-use-font-awesome-icons-in-angular-applications/
@patricksantos6800
@patricksantos6800 4 жыл бұрын
Fez parecer fácil!!! Belo video. Made it look easy !!! Good video
@abdurrazzak1612
@abdurrazzak1612 3 жыл бұрын
great, keep posting
@juancamiloosorio5610
@juancamiloosorio5610 3 жыл бұрын
Que crack, tremendo aporte a la comunidad, fácil y rápido.
@abiamarulloh2183
@abiamarulloh2183 4 жыл бұрын
Thank you very much ❤️, it's help me 😉
@grzegorzmolin
@grzegorzmolin 11 ай бұрын
thanks bro!
@KichikDev
@KichikDev 6 ай бұрын
Where can we find the code? Write this under the video
@KichikDev
@KichikDev 6 ай бұрын
For example github link
@RECONROYYT
@RECONROYYT Жыл бұрын
Thanks a lot..
@V3rd0
@V3rd0 2 жыл бұрын
Fácil e prático, muito obrigado!!
@florenciobritez5521
@florenciobritez5521 2 жыл бұрын
Thank you so much!
@CodingArtist
@CodingArtist 2 жыл бұрын
You're welcome!
@レオリオ-z2i
@レオリオ-z2i 4 жыл бұрын
Whats name intro in opening video
@CodingArtist
@CodingArtist 4 жыл бұрын
Its in video description
@Wanderer2035
@Wanderer2035 Жыл бұрын
So stupid that requires so much code to do something so simple. All there should be is 3 lines of code, a background color for the box, a color for the checkmark, and a width for the checkbox size
@solongdygaming4729
@solongdygaming4729 9 ай бұрын
How can you change the color of the checkmark?
@i1s_rishabh
@i1s_rishabh 4 жыл бұрын
Nice
@lecsu131
@lecsu131 4 жыл бұрын
Subbed!
@KichikDev
@KichikDev 6 ай бұрын
kodni qayerdan topishimiz mumkin? Shuni video tagida yozib qoldiring
@KichikDev
@KichikDev 6 ай бұрын
Where can we find the code? Write this under the video
@MrQhuin
@MrQhuin 3 жыл бұрын
You can just use button and put check icon onchange
@lev_bul
@lev_bul 3 жыл бұрын
normal checkbox
@MaheshPaluri-r9k
@MaheshPaluri-r9k Жыл бұрын
devuduvi sami nuv
@ilyesonline
@ilyesonline Жыл бұрын
Custom Checkbox Pure CSS Tutorial
11:24
FollowAndrew
Рет қаралды 16 М.
Custom Checkbox Tutorial
14:49
Web Dev Simplified
Рет қаралды 39 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,3 МЛН
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 546 М.
Make Awesome SVG Animations with CSS // 7 Useful Techniques
12:20
Navbar CSS Tutorial: 3 Ways to Create a Navigation Bar with Flexbox
15:08
Learn CSS Subgrid in 14 minutes
14:19
Slaying The Dragon
Рет қаралды 95 М.
Subtle, yet Beautiful Scroll Animations
5:04
Beyond Fireship
Рет қаралды 1,8 МЛН
How To Make Toggle Button Using HTML & CSS
5:27
MakeTechStuff
Рет қаралды 82 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН