html点选框改按钮方法

<!-- Original code -->
<label class="control-label" for="edit-example-id">
    <input type="checkbox" id="show-example" onclick="ResetFun()" style="margin-right: 5px;">Show an Example ID
</label>

<!-- Modified code -->
<label class="control-label" for="edit-example-id">
    <input type="checkbox" id="show-example" onclick="ResetFun()" style="margin-right: 5px;">Show Example ID
</label>