Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Sheet Workers] Activating sheet workers via input class

I have a host of hide/show areas (from the CSS Wizardry thread).  I use a pair of check boxes (one styled, one hidden) to open and close them.  After a while, they stop opening and closing.  So, in an effort to fix this, I am trying to use sheet workers to open and close (use the sheet workers to check the hide checkbox). I struck upon the idea of "if this class of checkbox is checked, the next checkbox of that class is checked."  Is this possible and how would one do that?
1475119378
Lithl
Pro
Sheet Author
API Scripter
Sheet workers only trigger off of and manipulate the attributes backing the inputs. They cannot do anything based on CSS classes.
Figured as much, but I wanted to ask.  Thanks for you time!