So fügen Sie das Bild in das Kontrollkästchen in HTML hinzu
<form>
<input type="checkbox"><img src="image url here">
<br>
<input type="checkbox"><img src="image url here">
<br>
<input type="checkbox"><img src="image url here">
</form>
Thomas coder