Check and Uncheck all checkboxes by one checkbox is very important and common functionality in website development. Here we show you how you can checked and unchecked all checkboxes.
The code below will demonstrate Check and Uncheck All checkboxes by single checkbox.
Check Uncheck All Checkboxes in Html Using JavaScript
Language
PHP
JAVA
C
C++
COBOL
PYTHON
C#
SQL
In Above Code element id all call onclick event checkUncheckAll () javascript method.
Where we check
If Id all element is checked true than get name lang elements and put checked true in the lang elements.
Else Id all element is checked true than get name lang elements and put checked false in the lang elements.
I hope this article helps you.
Thanks for visiting Inflay.com .