Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

checkbox & radibutton

Former Member
0 Likes
911

Hi friends,

as per my knowledge one radiobutton can be selected in one group whereas multiple checkbox can be selected in group.

Plz let me know that wheather i m right or wrong???

8 REPLIES 8
Read only

Laxmana_Appana_
Active Contributor
0 Likes
876

Hi,

Yes , you are right.

any one radiobutton can be selected in one group of radiobuttons where as multiple checkboxes can be selected in group of checkboxes.

Regards

appana

Read only

Former Member
0 Likes
876

yes

Read only

Manohar2u
Active Contributor
0 Likes
876

Yes you are right you need to group for radio button.

But you don't need to be grouped for check boxes.

<u>check boxes</u>

PARAMETERS: A AS CHECKBOX,

B AS CHECKBOX DEFAULT 'X'.

<u>Radio buttons</u>

PARAMETERS: R1 RADIOBUTTON GROUP RAD1,

R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',

R3 RADIOBUTTON GROUP RAD1,

S1 RADIOBUTTON GROUP RAD2,

S2 RADIOBUTTON GROUP RAD2,

S3 RADIOBUTTON GROUP RAD2 DEFAULT 'X'.

Regds

Manohar

Read only

Former Member
0 Likes
876

Hi Salil,

Your are right , one can use the radiobutton option when one wants to process only one event at a time or one data entry at a time

With check boxes however one can select and process multiple data line.

Regards.

Sunmit.

Read only

Former Member
0 Likes
876

Hi Salil,

You are right.

In Radiobutton group, only one radiobutton can be selected.

However, in checkbox group, multiple checkbox can be selected.

This is basically to support one or multiple options.

Hope that answers your question

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Read only

Former Member
0 Likes
876

Hi Salil,

You are Absolutely correct.

Anyone radiobutton can be selected in one group whereas multiple checkboxes can be selected in from group.

Hope this helps u.

Regards,

Seema.

Read only

Former Member
0 Likes
876

Hi Salil

Yeah u r right..

U can select only one radio button whereas many checkboxes can be selected at a time.

And also by default one radio button is always selected.

U cannot have all the radio button unselected in a group.

Rgds,

Prakash

<b>Reward useful answer and close the thread</b>

Read only

Former Member
0 Likes
876

Hi Salil,

You are right. Please check the below links:

For Radio button:

Check Box/Radio Button:

Hope this will helpfull for you.

Regards,

Bhavana