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 8755575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:53:03+00:00 2026-06-13T13:53:03+00:00

Aren’t check (tick) buttons more useful? Why do they exist? They seem quite unnecessary

  • 0

Aren’t check (tick) buttons more useful?

Why do they exist?

They seem quite unnecessary to me, can you please explain to me the purpose of radio buttons?

  • 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-13T13:53:04+00:00Added an answer on June 13, 2026 at 1:53 pm

    They are used so that only one option can be chosen out of a group of options. Check buttons allow the user to choose multiple options.

    Edit:

    If the goal is to have check boxes for which only 0 or 1 of the boxes in a group is checked, then check out the jsFiddle from this answer. It presents a simple way to do this using jQuery.

    Here’s the Javascript code used:

    $("input:checkbox").click(function() {
        if ($(this).attr("checked") === true) {
            var group = "input:checkbox[name='" + $(this).attr("name") + "']";
            $(group).attr("checked", false);
            $(this).attr("checked", true);
        } else {
            $(this).attr("checked", false);
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand they aren't real and they seem to branch computation whenever there are
Why aren't the codes below working ? Please explain. #include<stdio.h> #include<stdlib.h> int main(int number,
Aren't Javascript blocks supposed to execute in the order that they are placed on
why aren't instances of strongly typed C++0x enumerations comparable to each other? Update: They
Why aren't more webpages written using XML with an XSLT stylesheet? For separating content
My ASP.NET asserts aren't firing. Build configuration is debug. what gives? EDIT: They are
Django objects aren't subscriptable meaning if you have user.name you can't define it with
my SQL skills aren't strong enough to figure this out, hope someone can help.
It seems that spinlocks aren't that great as they waste CPU cycles when the
The question is: why aren't continuations (in Ruby) and coroutines (in Python) more widely

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.