How can I check input at RadioGroup on JS

th 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
Gr GreyHead 19 Feb, 2021
Hi thebatik,

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

Bob
Post a Reply