
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
jQuery Checkbox Selector
The jQuery :checkbox selector is used to select input elements with type checkbox.
Syntax
The syntax is as follows −
$(":checkbox")
Example
Let us see an example to implement the :checkbox selector in jQuery −
Fill the form
Output
This will produce the following output −
Example
Let us see another example −
Hobbies
Output
This will produce the following output −
Advertisements