what is the difference between checkbox and radiobutton?

Answers were Sorted based on User's Feedback



what is the difference between checkbox and radiobutton?..

Answer / mohammed minhaj ul hasan

by default in asp.net we can select one radio button out of
many radio button
but in case of checkbox we can select multiple checkbox out
of many checkbox

Is This Answer Correct ?    69 Yes 31 No

what is the difference between checkbox and radiobutton?..

Answer / sunil kumar keshari

In check box we can have more than one choice at a time but in the case of radio button we can have only one choice at a time.

Is This Answer Correct ?    28 Yes 3 No

what is the difference between checkbox and radiobutton?..

Answer / philippe o. wagner

use radio for logical OR and checkbox for logical AND.

Is This Answer Correct ?    20 Yes 9 No

what is the difference between checkbox and radiobutton?..

Answer / nikhil kumar yadav

check box is used for multiple choice but radio button has single choice.

Is This Answer Correct ?    12 Yes 3 No

what is the difference between checkbox and radiobutton?..

Answer / theerthashree

When you click on a radio button, a little dot appears in the middle of the circle when you click the check box little check mark appears in the middle of the square.


If you click a different choice, the dot will move to the center of the new circle that you have selected in the radio button when you click the check box an another check appears the new box,the first check doesn't change.

Is This Answer Correct ?    11 Yes 2 No

what is the difference between checkbox and radiobutton?..

Answer / shaumya gupta

Hi..
The main difference between Check Box and Radio Button is that, In Check Box we can select multiple options at a time but in Radio Button we can select only one option at a time.

Is This Answer Correct ?    7 Yes 2 No

what is the difference between checkbox and radiobutton?..

Answer / naidu

in this buttons some times will use to take multiple
options.........

Is This Answer Correct ?    12 Yes 9 No

what is the difference between checkbox and radiobutton?..

Answer / avaiya vivek

Many people confuse checkboxes and radio buttons. There is a fundamental difference between them. In a checkbox group, a user can select more than one option. Each checkbox operates individually, so a user can toggle each response "on" and "off."

Is This Answer Correct ?    6 Yes 3 No

what is the difference between checkbox and radiobutton?..

Answer / sachin kadu

In radiabutton we can have the only one option.But
checkbox we can have mulitiple options.

Is This Answer Correct ?    3 Yes 0 No

what is the difference between checkbox and radiobutton?..

Answer / gaurav gupta

Radio button depends on other choices and must select exactly 1 choice in multiple choices,
example - Gender selection
Check box not depend on other check box and we select multiple choices,
example -  Hobbies selection

Trick in the FORM for knowing differences - use Tab button for select Gender and Hobbies

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Dot Net WindowsForms Interview Questions

How to add resources during runtime

1 Answers  


What is the full form of gac?

0 Answers  


How to get records from a database?

0 Answers  


what is acomponent in windows applications?

2 Answers  


What is an example of form?

0 Answers  






What is the difference between desktop application and windows application?

0 Answers  


How to use the FindControl() function to preselect an item in my dropdownlist?

0 Answers  


What is a windows based application?

0 Answers  


How many system controls are available ?

1 Answers  


Are windows forms still used?

0 Answers  


write a program to create login form

1 Answers  


which property is used to lock a textbox to enter data?

10 Answers  


Categories