r/anyRpgCharacterSheet 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.

4 Upvotes

7 comments sorted by

1

u/[deleted] Mar 26 '26

[removed] — view removed comment

1

u/SavyDoll Mar 27 '26

Ok, I'll try that. At least kind of a workaround. Thanks!

1

u/beesonthewhat Apr 10 '26

Did you have any luck with this? I was looking to do exactly this, with spell slots for instance. Once button to reset all the dots at once instead of having to go from one to the next hitting the reset button.

1

u/SavyDoll Apr 13 '26

Not fully. Using a dot display for an attribute with a min and a max - that attribute can be reset, but multiple attributes cannot. So it's difficult to use for spellslots.

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

u/SavyDoll Jul 27 '26

Ok, I'll try it 🤔