Top "Checkbox" questions

A checkbox is a graphical user interface element that permits the user to make a binary selection.

How to check all checkboxes using jQuery?

I am not expert with jQuery but I have tried to create a little script for my application. I want …

javascript jquery checkbox
Loop through checkboxes and count each one checked or unchecked

I've run into a bit of an issue. Here's a brief explanation. I have 12 check boxes on a standard form. …

jquery checkbox
HTML checkbox onclick called in Javascript

I am having a bit of trouble trying to figure out how to get a certain part of my code …

javascript input checkbox label onclick
How to set default Checked in checkbox ReactJS?

I'm having trouble to update the checkbox state after it's assigned with default value checked="checked" in React. var rCheck = …

reactjs checkbox
How to handle change of checkbox using jQuery?

I have some code <input type="checkbox" id="chk" value="value" /> <label for="chk">Value </…

jquery checkbox
How to uncheck checkbox using jQuery Uniform library

I have a problem with unchecking a checkbox. Have a look at my jsFiddle, where I am attempting: $("#check2").attr("…

jquery checkbox
jQuery checkbox event handling

I have the following: <form id="myform"> <input type="checkbox" name="check1" value="check1"> <input …

jquery html checkbox
PHP Multiple Checkbox Array

I've looked around for a few examples here but a lot of them are either too advanced for my grasp …

php arrays variables checkbox
Do checkbox inputs only post data if they're checked?

Is it standard behaviour for browsers to only send the checkbox input value data if it is checked upon form …

html input checkbox
jQuery selector for the label of a checkbox

<input type="checkbox" name="filter" id="comedyclubs"/> <label for="comedyclubs">Comedy Clubs</label> If …

jquery checkbox jquery-selectors