So I have something to admit. These checkboxes aren't 100% complete. I forgot to add a disabled state to the checkboxes. Luckily, it is an easy fix and is just another property like focused. I added the code for disabled state in the CodePen and GitHub repo linked in the description. I hope you guys don't mind too much.
@nwaguchima22802 жыл бұрын
of course, we don't, we appreciate your effort. Also, I added justify-content: center, and align-items: center, to the .checkbox-container label, the aligns the label and the custom boxes, because you can visually see a difference, the boxes being up a bit. Thank you so much, Kyle
@thokankit0075 ай бұрын
With such a good explanation by you, i was able to do that by my self.
@vibonacci5 жыл бұрын
display: flex; justify-content: center; align-items: center; has literally changed my life
@_.sunnyraj._4 жыл бұрын
Grid will again reverse your life
@TOMGAMING-hy9hi3 жыл бұрын
@@_.sunnyraj._ 😂😂😂😂😂😂
@maplestoryinchinese4 жыл бұрын
Underrated video. Who's here in 2021?
@camerondoyle3913 жыл бұрын
Most underrated video on this channel. Life saver mate
@kotofun2 жыл бұрын
Extremely useful tutorial! Thanks, Kyle!
@jamesle-goff45462 жыл бұрын
For anyone following this tutorial. If you experienced problems with responsiveness when setting the height and width of your checkbox, simply change the properties to min-height and min-width. 👍
@dtawantawng51312 жыл бұрын
Good fix! Flex-shrink: 0; also works (:
@thokankit0075 ай бұрын
Now tts how u explain this !!! Awesome
@GammaWraith5 жыл бұрын
Great video, did some things slightly different but you helped guide me in the right direction.
@olezhonnv3215 Жыл бұрын
We need id for every chexkbox here. If I have a datagrid with 2500 rows, and I need a checkbox in every row, to be able to select multiple rows. So I need to generate id for each checkbox in this case. That is why I put input inside label, to get rid of required id for each checkbox.
@metaverseant4470 Жыл бұрын
Do you need to have a legend or fieldset for Checkbox?
@LuckystrikeGFXer6 жыл бұрын
Could you maybe make a tutorial/challenge to background videos with transparent content on top? I tried do to it myself but noticed I have trouble having it responsive to other aspect ratios and different screen sizes. I like that you are giving us tips on the smaller parts of CSS where we can look for support for people which use screen readers, never considered it myself that some website do not support it.
@WebDevSimplified6 жыл бұрын
That is a great idea! I will add that to my list of video ideas. I think this may even be my next challenge I do. Thanks for the suggestion!
@LuckystrikeGFXer6 жыл бұрын
Would be cool and no problem, we are all here to learn!
@ifananwar2199 Жыл бұрын
how to fix the checkbox not showing? help
@kertas4688 Жыл бұрын
Thank You!
@ahmedboutaraa87714 жыл бұрын
Hhhhhh I never thought that you started like this
@blossombabalola12343 жыл бұрын
For some reason, clicking on the label does not check the radio box for me
@AdityaPratapSingh-ss8wg2 жыл бұрын
same problem
@2teso5234 жыл бұрын
You are the man!
@muhammadjunaid36843 жыл бұрын
Obviously. Any doubt? Hahaha
@UzmaKhan-yo2kg Жыл бұрын
All is right ,but my content: ' \002714'; nor "\2714' not "✓' nothing works
@gijrijasdas50554 жыл бұрын
How to add this checkbox and combone with js sir? Please make it a tutorial i really need your help
@soudabeheydari39454 жыл бұрын
and if we want to check just one checkbox how can do that?
@Mark1-f2n4 жыл бұрын
you need to use radio instead checkbox
@RahulThakur-jl7pm Жыл бұрын
checkmark is visible on selection, anyone facing that issue...?