How To Make Toggle Button Using HTML & CSS

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ •

  • @tanjirnu
    @tanjirnu 10 місяців тому +5

    Sir,
    we are with you . keep doing what are you doing.......

  • @matsang2008
    @matsang2008 Рік тому +7

    Nice. You made it so easy. No more blah blah and straight forward. Thanks

    • @Maketechstuffs
      @Maketechstuffs  8 місяців тому +1

      Your welcome

    • @Nexaman18
      @Nexaman18 7 місяців тому

      @@Maketechstuffs L easy bruuuh no explation just copy paste

  • @さかな-o6l
    @さかな-o6l 5 місяців тому +1

    wow, simple but I would never figure out how to make this by myself hahaha Thank you!

  • @dynashiftgaming2861
    @dynashiftgaming2861 Рік тому +4

    full support man. 🖤

  • @jvenkatonline
    @jvenkatonline 8 місяців тому

    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
      @Maketechstuffs  8 місяців тому

      Your welcome

    • @jvenkatonline
      @jvenkatonline 8 місяців тому

      @@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.

  • @S-Lomar
    @S-Lomar Рік тому +3

    This guy is the best 😍😍🥰🥰🥰😍🤣😂😂🤪🤪🤪😂😂😂😂

    • @gbbarn
      @gbbarn 7 місяців тому

      Yeah, thanks chatGPT lol.

  • @introvert456
    @introvert456 Рік тому +11

    You could easily make it by embedding online icons , but it was a fun that you totally made it by yourself ❤️

    • @d.s.h6629
      @d.s.h6629 Рік тому

      do you mean icons

    • @introvert456
      @introvert456 Рік тому +1

      @@d.s.h6629 oh sorry i wrote fonts by mistake

    • @S-Lomar
      @S-Lomar Рік тому

      😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍

    • @S-Lomar
      @S-Lomar Рік тому

      😂😂😂😂😂😂😂😂😂😂😂😂😂😂

    • @introvert456
      @introvert456 Рік тому

      @@S-Lomar waddup?

  • @liuv5972
    @liuv5972 Місяць тому

    omg thank you sm

  • @amandacolares7501
    @amandacolares7501 Рік тому +1

    great tutorial

  • @BlueAngleYt
    @BlueAngleYt 11 місяців тому +1

    Amazing

  • @chrisazuaje892
    @chrisazuaje892 Рік тому +1

    Great video!

  • @edrisssafi5796
    @edrisssafi5796 6 місяців тому

    Very nice

  • @HushCode
    @HushCode 11 місяців тому

    Sympa 👍

  • @manashkamaldey520
    @manashkamaldey520 Рік тому +2

    good

  • @sarahpires2251
    @sarahpires2251 8 місяців тому

    Perfect

  • @ravimakwana992
    @ravimakwana992 2 місяці тому

    crazy

  • @S-Lomar
    @S-Lomar Рік тому +1

    Well done 🥰🥰🥰🥰🥰😍🥰🥰🥰🥰🥰🥰😍🥰👍👍🥰🥰🥰🥰🥰🥰🥰😍🥰🥰🥰🥰🥰

  • @HariBalaKumarR.V
    @HariBalaKumarR.V 7 місяців тому

    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..

    • @Maketechstuffs
      @Maketechstuffs  7 місяців тому

      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.

  • @0xGrowth
    @0xGrowth 8 місяців тому

    What VsCode extension are you using that reflects the changes you're making to the code directly on the webpage?

  • @mikhaildolgov
    @mikhaildolgov Рік тому +2

    👍

  • @realjonav
    @realjonav Рік тому +2

    hey! could you help me turn this into a darkmode button?

    • @Maketechstuffs
      @Maketechstuffs  Рік тому

      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
      @realjonav Рік тому

      @@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?

    • @Maketechstuffs
      @Maketechstuffs  Рік тому +1

      Ok I'll make video on it.

    • @realjonav
      @realjonav Рік тому

      @@Maketechstuffs okay i’ll be waiting! :)

    • @Arman-df4wo
      @Arman-df4wo 9 місяців тому

      ​@@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

  • @krstev29
    @krstev29 Рік тому +1

    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

    • @Maketechstuffs
      @Maketechstuffs  Рік тому +1

      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).

    • @russellpawlett3564
      @russellpawlett3564 Рік тому

      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

    • @Rudymaze
      @Rudymaze Рік тому

      hi guy i have all these in place but still no transition
      @@russellpawlett3564

  • @priyadharshinis6039
    @priyadharshinis6039 Рік тому +1

    How to set its button on the right corner please respond me

    • @Maketechstuffs
      @Maketechstuffs  Рік тому

      Just replace the container class css
      .container{
      background-color: #fff;
      display: flex;
      float: right;
      }

  • @chrystnx
    @chrystnx Рік тому +1

    lindo

  • @NadeemJohn-xu4lu
    @NadeemJohn-xu4lu Рік тому +1

    NADEEMJOHN

  • @ilTHfeaa
    @ilTHfeaa 8 місяців тому

    this doesn’t work if there’s multiple though

  • @namesare4fools
    @namesare4fools Рік тому +2

    trust me, if your priority is to build a product just use component library

  • @oquangtai6889
    @oquangtai6889 Рік тому +1

    how can i use this button after coding it done?

    • @Maketechstuffs
      @Maketechstuffs  Рік тому

      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.

    • @Maketechstuffs
      @Maketechstuffs  Рік тому

      Yes! you can make toggle button functional with js.

  • @menephyl007
    @menephyl007 10 місяців тому

    wholl

  • @Luis-VZ
    @Luis-VZ Рік тому +2

    good

  • @NadeemJohn-xu4lu
    @NadeemJohn-xu4lu Рік тому

    NADEEMJOHN