<li><input class="checkbox" type="checkbox"> This is Item 1</li>
<li><input class="checkbox" type="checkbox"> This is Item 2</li>
<li><input class="checkbox" type="checkbox"> This is Item 3</li>
<li><input class="checkbox" type="checkbox"> This is Item 4</li>
<li><input class="checkbox" type="checkbox"> This is Item 5</li>
<li><input class="checkbox" type="checkbox"> This is Item 6</li>
I want to click on a checkbox, then check in multiple checkboxes or one or three checkboxes will be auto checked. How can i do?