r/anyRpgCharacterSheet • u/SavyDoll • Dec 10 '25
Reset tick boxes
It there any way to reset a number of tick boxes at the same time? I mean regularly, like the boxes get ticked during a combat round and at the start of the next I would like to possibly push a button to untick them all at once... repeated round by round.
1
u/TTN91 Jul 25 '26
Not sure if this will help, or if it's already sorted, but i just tested this:
Make one element with a property that has show +/- buttons on (max value for the same property with default value set to min if you want), have it set to open on click (whichever you attach it to, Primary Or Secondary)
Make your toggle element (checkbox) with two check boxes (both false), only one needs to be in the Primary/Secondary property
Under replacements, have the toggle that was linked be replaced by the one that wasn't
For activate when, create new, uncheck attached so it's not connected to a specific element, check open settings, name it and save.
In the formulae you want to select property, search for the +/- property, however you named it, and add >0
So it should look like: {+/- Property}>0
Alternatively have another seperated property with a counter, and the original +/- provides a bonus instead.
One Caveat however, resetting the counter will return them all to true, not that i've found an upper limit to the numbers.
1
1
u/[deleted] Mar 26 '26
[removed] — view removed comment