So I've set up a checkbox with some custom css, I got it looking exactly how I want, and have the checked value returning how I want the issue is the unchecked value is returning 0. Is there a sheet worker that can check is its 0 and return something else? Or another way to do this? I want unchecked to be d6!6>4 (exploding dice) and the checked to be d6>4 (not exploding dice) The project I'm working on you can get a condition called "hindered" that makes your dice not explode. So I just want a toggle that can turn on and off the exploding element.