Hello, I’m using a custom and revised version of Thierry Mattray’s Pendragon 5th Edition character sheet, which I have personally updated to make it compatible with Pendragon 6th Edition. Now, for those familiar with Pendragon, one of the core character features is the Personality Traits. Depending on the religion or ideal a character follows, some traits become more important than others. I’d like to implement a feature where clicking on a trait’s label underlines it, maybe using some kind of hidden checkbox. Could anyone tell me how to do this? I assume it will require both HTML and CSS. I should also add that the character sheet only works with Legacy Sanitization enabled. This is the section of HTML code I’m currently using and would need to modify. It’s fairly rough, but it works well enough for my purposes: <button type='roll' name='roll_Test-TCha' value='/em @{MYNAME} rolls CHASTE. \n/roll 1d20+[[{{@{TCha}+?{modif|0},0}>21}*(@{TCha}+?{modif|0}-20) + 0]]<[[@{TCha}+?{modif|0}]] \ CHASTE roll @{TCha} modif. ?{modif|0}'></button>
<input style='display:inline; margin-left: 10px; margin-right: 10px;' type='checkbox' name='attr_CB-TCha' value='1' />
<label style='display:inline-block; width:70px; color:black;'>Chaste*</label>
<label style='display:inline-block; text-align:left; width:45px; font-size:9px; color:#0f75bb;'>R,C</label>
<input style='display:inline; text-align:center; font-weight:bold;' type="number" name="attr_TCha" class="sheet-carac2" value="10" />
<label style='display:inline-block; width:30px; text-align:center;'>/</label>
<input style='display:inline; width:35px; text-align:center; font-weight:bold;' type="text" name="attr_TLus" class="sheet-carac2" value="20-(@{TCha})" disabled="true" />
<label style='display:inline-block; width:45px; text-align:right; font-size:9px; color:#0f75bb;'>Pa</label>
<label style='display:inline-block; width:70px; text-align:right; color:black;'>Lustful</label>
<input style='display:inline; margin-left: 10px; margin-right: 10px;' type='checkbox' name='attr_CB-TLus' value='1' />
<button type='roll' name='roll_Test-TLus' value='/em @{MYNAME} rolls LUSTFUL. \n/roll 1d20+[[{{@{TLus}+?{modif|0},0}>21}*(@{TLus}+?{modif|0}-20) + 0]]<[[@{TLus}+?{modif|0}]] \ LUSTFUL roll @{TLus} modif. ?{modif|0}'></button>