function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amit Kumar 2210Amit Kumar 2210 

How can I check whether a checkbox is true or false, given the checkbox do not have Id or class. Even the position of the checkbox is also not fixed,(the occurrence of checkbox into the page could be the first or second)

With use of JavaScript and JQuery how can I check whether a checkbox is true or false, given the checkbox do not have any Id or class.
Even the position of the checkbox is also not fixed,(the occurrence of checkbox into the page could be the first or second)
Rami HawlyRami Hawly
Hello Amlt,
Could you please provide code snippets.