Is it possible to retrieve the name of the selected checkbox values/labels from the following code:
<input id ="abc" value="abeexch" type ="checkbox">
<input id ="nam" value="suns" type ="checkbox">
If a checkbox is selected, how can I obtain the value of the class name xsw
?