I'm looking for a way in jQuery console to checkbox selected values in Chrome (ie. 416800-000). I have found ways to do it but my HTML situation is a bit different. Going off the name parameter isn't doable for me.
<input type="hidden" name="value[1].value" value="416800-000" class="__web-inspector-hide-shortcut__" checked="checked">
<input type="checkbox" name="value[1].enabled" value="on">
The above value when type is hidden can by dynamic.
Here is a demo of my problem
https://jsfiddle.net/68ujpfrw/1/
Similar to this case Get checkbox with specific value
Edit: Also, is it possible to do find a text (ie. Admin) then do the checkbox?
<input type="hidden" name="value[1].value" value="416800-000" class="__web-inspector-hide-shortcut__" checked="checked">
<input type="checkbox" name="value[1].enabled" value="on">
"Admin"