Forums

How can I check input at RadioGroup on JS

thebatik 18 Feb, 2021
I have a radiogroup with 3 inputs.
I would like to check first input using JavaScript or jQuery.

i tried like this but with no success
$('input[name=tableview]').attr('checked', true);

Thanks
GreyHead 19 Feb, 2021
Hi thebatik,

Please post a link to the form so we can take a quick look.

Bob
You need to login to be able to post a reply.