
Hello Team, I'm pretty new to this. I created a fieldset for an attack and I want players to give it a custom name. The name in question is also a roll button. I simply want the (Attack [checkbox]) to instead of "Attack" display whats in a "Weapon" field as a text. The [checkbox] hides everything that is underneath it. If it helps to explain here is the html <div class="sheet-repeated-entry" >
<div class="sheet-inline">
<button class="sheet-roll sheet-undertext-button" type="roll" value="[rollformula]" name="roll_attack">Attack</button>
</div>
<input class="sheet-info-button" style="vertical-align: middle;" type="checkbox" name="attr_expand_attack"/>
<div class="sheet-expand-info">
<div class="sheet-inline">
<div class="sheet-undertext">Weapon</div>
<input type="text" name="attr_attack_name" value="" style="width:90%">
</div> Thanks in advance!