Simple and clear. I have seen multiple tutorials for this functionality, but this is very simple and easy-to-understand logic without any extra steps. Thanks.👍
@@Maketechstuffs particularly you keep the checkbox till the last minute. finally, you hide it (display: none). I like that approach. without any explanation, I could understand what you were doing.
Sir,I am newly learning html and css may I please know a proper road map(if you could provide) on how to master html and css or where to start and to end..
You can learn from many websites. (One name is w3schools.com). Important thing is you have to practise. By creating different forms, web page, websites, etc. Then you'll get the idea of designing. Means how i can make this element this side or that side. How i can make this element below another element. How can i make this element appear in the centre. How can i add border on the top and bottom of this element. How can i show this elements side by side or in a line, or in a row. How can i add bullet points in the list items. How can i make the extra elements to appear from second line if first line is full. , Etc.
You can add text(dark and loght mode) in front of toggle button and use this button as dark and light mode switch. And you can change design little bit.
@@realjonav what you can do is add a event listener to that checkbox [event "change"] inside that a callback function this will check if this checked box is checked or not if checked add a class to body where all the colours for dark mode are described
No it won't works. If you hide checkbox behind button then how you click checkbox. It possible when you set pointer event none to button. But then also it only works when you click on checkbox and its too small to not visible (as it behind the button). Thats why here used label tag once checkbox bind with button. Now you can place checkbox anywhere in page or even hide it. Now when you click on checkbox or button is equal to click on button(label) and checkbox. You'll find more information on website (search toggle on website).
I had the same issue, I missed a step in the instructions . Make sure in the container you have -- I missed the id="check" which made the button not transition if clicked on
You can use it as switch (dark and light mode, to on/off something, show & hide something etc... ) you can use as setting in your software. For example if button is ON show something, if button is OFF hide something. Use as autosave functionality. if button is ON (checkbox is checked) autosave enable, if OFF(checkbox is unchecked) autosave disable. And in many other ways you can use.
Sir,
we are with you . keep doing what are you doing.......
Nice. You made it so easy. No more blah blah and straight forward. Thanks
Your welcome
@@Maketechstuffs L easy bruuuh no explation just copy paste
wow, simple but I would never figure out how to make this by myself hahaha Thank you!
full support man. 🖤
Simple and clear. I have seen multiple tutorials for this functionality, but this is very simple and easy-to-understand logic without any extra steps. Thanks.👍
Your welcome
@@Maketechstuffs particularly you keep the checkbox till the last minute. finally, you hide it (display: none). I like that approach. without any explanation, I could understand what you were doing.
This guy is the best 😍😍🥰🥰🥰😍🤣😂😂🤪🤪🤪😂😂😂😂
Yeah, thanks chatGPT lol.
You could easily make it by embedding online icons , but it was a fun that you totally made it by yourself ❤️
do you mean icons
@@d.s.h6629 oh sorry i wrote fonts by mistake
😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍
😂😂😂😂😂😂😂😂😂😂😂😂😂😂
@@S-Lomar waddup?
omg thank you sm
great tutorial
Glad you think so!
Amazing
Great video!
Thanks!
Very nice
Sympa 👍
good
Thanks
Perfect
crazy
Well done 🥰🥰🥰🥰🥰😍🥰🥰🥰🥰🥰🥰😍🥰👍👍🥰🥰🥰🥰🥰🥰🥰😍🥰🥰🥰🥰🥰
Sir,I am newly learning html and css may I please know a proper road map(if you could provide) on how to master html and css or where to start and to end..
You can learn from many websites. (One name is w3schools.com).
Important thing is you have to practise. By creating different forms, web page, websites, etc. Then you'll get the idea of designing.
Means
how i can make this element this side or that side.
How i can make this element below another element.
How can i make this element appear in the centre.
How can i add border on the top and bottom of this element.
How can i show this elements side by side or in a line, or in a row.
How can i add bullet points in the list items.
How can i make the extra elements to appear from second line if first line is full.
, Etc.
What VsCode extension are you using that reflects the changes you're making to the code directly on the webpage?
Live server
👍
hey! could you help me turn this into a darkmode button?
You can add text(dark and loght mode) in front of toggle button and use this button as dark and light mode switch. And you can change design little bit.
@@Maketechstuffs i was asking if you knew how to actually make the button do a toggle where it would actually change the site to dark mode?
Ok I'll make video on it.
@@Maketechstuffs okay i’ll be waiting! :)
@@realjonav what you can do is add a event listener to that checkbox [event "change"] inside that a callback function this will check if this checked box is checked or not if checked add a class to body where all the colours for dark mode are described
I just don't know why when I click on the button nothing happens, i need to hide the checkbox behind the button so if works, I think
No it won't works.
If you hide checkbox behind button then how you click checkbox. It possible when you set pointer event none to button. But then also it only works when you click on checkbox and its too small to not visible (as it behind the button).
Thats why here used label tag once checkbox bind with button. Now you can place checkbox anywhere in page or even hide it.
Now when you click on checkbox or button is equal to click on button(label) and checkbox.
You'll find more information on website (search toggle on website).
I had the same issue, I missed a step in the instructions . Make sure in the container you have
-- I missed the id="check" which made the button not transition if clicked on
hi guy i have all these in place but still no transition
@@russellpawlett3564
How to set its button on the right corner please respond me
Just replace the container class css
.container{
background-color: #fff;
display: flex;
float: right;
}
lindo
NADEEMJOHN
this doesn’t work if there’s multiple though
It works.
trust me, if your priority is to build a product just use component library
Backend engineer be like:
how can i use this button after coding it done?
You can use it as switch (dark and light mode, to on/off something, show & hide something etc... )
you can use as setting in your software. For example if button is ON show something, if button is OFF hide something.
Use as autosave functionality. if button is ON (checkbox is checked) autosave enable, if OFF(checkbox is unchecked) autosave disable. And in many other ways you can use.
Yes! you can make toggle button functional with js.
wholl
good
NADEEMJOHN