Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8335481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:41:24+00:00 2026-06-09T03:41:24+00:00

I would like to know how to create mutually exclusive checkboxes using dat.GUI.js. API

  • 0

I would like to know how to create mutually exclusive checkboxes using dat.GUI.js. API Link: http://workshop.chromeexperiments.com/examples/gui/#1–Basic-Usage.

I have created a jsfiddle [ http://jsfiddle.net/georgeneil/dEbRg/ ] to implement mutually exclusive checkbox. But it has some issues.

Step 1: When i click CheckBox2 its working as expected.

Step 2: when i click CheckBox1 its not getting checked.

Can someone guide me how to fix it or give a link where i can get answers for questions regarding dat.GUI.js

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:41:25+00:00Added an answer on June 9, 2026 at 3:41 am

    Try changing the code in your jsFiddle as follows:

    // dat.gui controls
    var view = this;
    view.CheckBox1 = true;
    view.CheckBox2 = false;
    
    
    var gui = new dat.GUI();
    var CB1Controller = gui.add(view, 'CheckBox1').listen();
    CB1Controller.onChange(function(value){
            view.CheckBox1 = true;
            view.CheckBox2 = false;
    });
    
    var CB2Controller = gui.add(view, 'CheckBox2').listen();
    CB2Controller.onChange(function(value){
            view.CheckBox1 = false;
            view.CheckBox2 = true;
    });
    

    The boolean toggle code you were previously using would not generalize well to more than two selections. Also, this version of the code will enforce exactly one checkbox being selected at all times — zero selections will not be a possibility.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know a way to create an XML file using MySQL
I would like to know how to create a linked list of linked lists.
i would like to know how to create a hidden type input box and
I would like to know how to create a computed observable array. In my
I would like to know how to create a php function that can be
I would like to know how to create a rounded corners on a table
Hi I would like to know how to create a dll that is written
I'm an amateur web developer and I would like to know how to create
I would like to know how can I create a regexp to match the
I would like to know if there is a method to create share buttons

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.