Jump to content

How to switch the button state please?


bambinou1980

Recommended Posts

Hello,

 

I am having a problem, I need 3 buttons like the 3 you see at the bottom left of this page:

 


 

 

My problem, is that I cannot work out how to only switch one button at the time:

<input type="checkbox" name="my-checkbox" class="bootstrap-switch bootstrap-switch-wrapper bootstrap-switch-animate bootstrap-switch-on">
<input type="checkbox" name="my-checkbox" class="bootstrap-switch bootstrap-switch-wrapper bootstrap-switch-animate bootstrap-switch-on">
<input type="checkbox" name="my-checkbox" class="bootstrap-switch bootstrap-switch-wrapper bootstrap-switch-animate bootstrap-switch-off">

 

 

I tried this but it does not stop work:

 


                    <script>
                    $("[name='my-checkbox']").bootstrapSwitch();
                    $('input[name="my-checkbox"]').bootstrapSwitch('state', true, true);
                    $('.bootstrap-switch-animate').on('switch-change', function () {
                    $("[name='my-checkbox']").bootstrapSwitch('toggleState');
                    });
                    //or
                    $('.bootstrap-switch-animate').on('switch-change', function () {
                    $("[name='my-checkbox']").bootstrapSwitch('setState', false);;
                     });
                    // or
                    $('.bootstrap-switch-animate').on('switch-change', function () {
                    $("[name='my-checkbox']").bootstrapSwitch('setState', false);;
                    });
                    </script>

 

 

What I am trying to achieve is to only have 1 buttons on while the other 2 turn off.

 

Thank you,

 

Ben
Edited by cyberRobot
added code tags
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.