‎2006 Jul 15 10:26 AM
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???
‎2006 Jul 15 10:27 AM
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
‎2006 Jul 15 10:29 AM
‎2006 Jul 15 10:34 AM
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
‎2006 Jul 15 10:48 AM
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.
‎2006 Jul 15 10:48 AM
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>
‎2006 Jul 15 12:53 PM
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.
‎2006 Jul 15 1:43 PM
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>
‎2006 Jul 15 1:52 PM