Hello,
I want to check a checkbox on page load.
The following javascript code is not working:
Appery("name").find('input[type="checkbox"]').prop("checked",true);
What javascript code do I need for checking a checkbox?
Thank you for your help
-
Hello Staip,
Please add the method "refresh" to your code, so it will be:
Apperyio("name").find("input").prop("checked", "checked").refresh()
-
-
-