I am using third-party software and don't have access to edit the code on the page, but I can add in Javascript to modify the content. I'm looking for a solution that can help change this list of checkbox items to a dropdown list. I have very little previous experience with Javascript. Thanks in advance!
<tr>
<td class="BBFieldCaption DonationFieldCaption">
<label for="PC4519_214DIV" id="PC4519_lblLgnCtl214">Time Frame of Deduction:</label>
</td>
<td id="PC4519_ParentControl214" class="taLeft">
<DIV id="PC4519_214DIV" class="BBFormChecklistContainer LoginFormCheckListContainer">
<table id="PC4519_214" class="BBFormChecklist LoginFormCheckList">
<tr>
<td>
<input id="PC4519_214_0" type="checkbox" name="PC4519$214$0" value="PD Til Further Notice" />
<label for="PC4519_214_0">PD Til Further Notice
</label>
</td>
</tr>
<tr>
<td>
<input id="PC4519_214_1" type="checkbox" name="PC4519$214$1" value="Seahawk 3 Year Pledge" />
<label for="PC4519_214_1">Seahawk 3 Year Pledge
</label>
</td>
</tr>
<tr>
... etc ...
</tr>
</table>
</div>
</td>
</tr>