9951 explained code solutions for 126 technologies


htmlCreate clickable checkbox label


<label><input type="checkbox" name="check" value="1">Check me</label>ctrl + c
<label

must wrap both the checkbox element and the text

<input type="checkbox"

your checkbox element

Check me

your label text