Do you understand the purpose of radio buttons? You probably need checkboxes
instead and you can check them all by using the below code:

$(function(){
$('input[type=checkbox]').checked = true;
});

On Tue, Oct 7, 2008 at 7:36 PM, Costaud <[EMAIL PROTECTED]> wrote:

>
> Hello,
>
> Can you please tell me how can I have all radio buttons set to "yes"
> or "no"?
>
> Thanks.
>



-- 
Isaak Malik
Web Developer

Reply via email to