I'm trying to set up a toggle that will both add your Rank to a roll and add to the Strain taken as an activation cost for the power. I've been able to set up 2 toggles to do the job, but I'd prefer only one toggle. Use? <input type='checkbox' name='attr_WFUse' value='@{WFRank}' checked='true' /> <input type='checkbox' name='attr_WFStrainUse' value='1' checked='true' /> Later on in my rolling macro, the checkbox attributes are referenced. Thanks in advance