<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<input type="checkbox"/>
<div style="width: 100px; height: 100px; background-color: red;"></div>
</body>
</html>
For example. I want to click on the red box and make the checkbox toggle.