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 / tttt


In check box you can have multiple choice but in case of
radio button you have select any one at a time.

Is This Answer Correct ?    668 Yes 105 No

what is the difference between checkbox and radiobutton?..

Answer / sivapriya

In check box you can have multiple choice but in case of
radio button you have select any one at a time.

Is This Answer Correct ?    390 Yes 79 No

what is the difference between checkbox and radiobutton?..

Answer / senthil kumar

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

based on the usage we choose these controls.

for example,
RadioButton
-----------
Gender - o Male o Female
here we can select only one option

for example,
CheckBox
--------
your Interested Games?
o cricket o football o valleyball o hockey

here use may have more than option.

i hope this is enough.

Is This Answer Correct ?    310 Yes 40 No

what is the difference between checkbox and radiobutton?..

Answer / sesu

Check Box's u can select multiple Options

Radio Button's u can select any one of the option

Is This Answer Correct ?    179 Yes 39 No

what is the difference between checkbox and radiobutton?..

Answer / sach

hi this my veiw
In check box you can have multiple choice but in case of
radio button you have select any one at a time.

Is This Answer Correct ?    123 Yes 35 No

what is the difference between checkbox and radiobutton?..

Answer / amittech3@gmail.com

CheckBox is used when we have submit one or more than one
choices
but in case of RadioButton we have only single option
eg.

CheckBox:

Your Hobbhies:
[]Mucic
[]cricket
[]reading
{here we can select more than one option}

RadioButton:

select any one:
O male
O female
{here we can select only one option}




This is Posted by Amit Sharma

Is This Answer Correct ?    91 Yes 17 No

what is the difference between checkbox and radiobutton?..

Answer / nirmallya ghosh

Hi this is my Answer

Check box does not require any container called frame ,but
option button groups operate in a container control such as
Frame

Is This Answer Correct ?    93 Yes 30 No

what is the difference between checkbox and radiobutton?..

Answer / sureshbabu.k

checkbox is choice.........
radiobutton only one decision......

Is This Answer Correct ?    69 Yes 30 No

what is the difference between checkbox and radiobutton?..

Answer / saqib zaman

RADIO BUTTON IS USED FOR THE SITUATION WHERE OUTPUT OR
ANSWER REQUIRED IS ONLY ONE,MEANS JUST ONE TO SELET.

CHECKBOX IS USED FOR MULTIPLE POSSIBLE OUPUTS OR ANSWERS

Is This Answer Correct ?    65 Yes 26 No

what is the difference between checkbox and radiobutton?..

Answer / preeti sinha

radio button:-
1.In it, user can select any one option at a time.
2.its main property is cheched,and it is true if the control
is checked , otherwise false.
3.Ex: Gender:- O female O male
here we select only one option.

check box:-
1. In it, user can select one or more than one options at a
time.
2. Its main property is value and it is 1 if check box is
checked otherwise false.
3.Ex:- Select interested sports?
O hockey
O football
O cricket

Is This Answer Correct ?    45 Yes 6 No

Post New Answer

More Dot Net WindowsForms Interview Questions

Which event occurs when a user drags an item in a treeview or listview control?

0 Answers  


how can u split a column header in gridview using C#.net

2 Answers   IBM,


what are the diffrences between windows application and windows service?

2 Answers  


What are the new events in textbox that has been included in VB ?

2 Answers  


What are the components of gui for windows?

0 Answers  






i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net

0 Answers  


If you are calling three SPs from a window application how do u check for the performance of the SPS ?

1 Answers   Accenture, BirlaSoft,


Which command prompt utility is used to convert a resource file from the text format into the binary format?

0 Answers  


What is form application?

0 Answers  


Extension methods can be both static and normal class methods. Yes/No?

1 Answers   Arctern,


where we are using NEW keyword other than create instance Pls Help me? Gopal

6 Answers  


What is boxing and how it is done internally?

4 Answers   Microsoft,


Categories