<div class="custom_checkbox">
<input type="checkbox" id="custom_checkbox" value="2">
<label for="custom_checkbox" id="the_label">換圖的 checkbox</label>
</div><select class="custom_select">
<option>選項一</option>
<option>選項二</option>
<option>選項三</option>
</select>select.custom_select{
appearance: none;
}