Top "Checkbox" questions

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

How to trigger checkbox click event even if it's checked through Javascript code?

I have many checkboxes in my page and there is a select all checkbox which checks all the checkboxes. Somehow …

javascript jquery checkbox dom-events
Angular ReactiveForms: Producing an array of checkbox values?

Given a list of checkboxes bound to the same formControlName, how can I produce an array of checkbox values bound …

javascript angular checkbox angular2-forms
How can I make a checkbox readonly? not disabled?

I have a form where I have to post form values to my action class. In this form I have …

javascript checkbox
How to check if android checkbox is checked within its onClick method (declared in XML)?

I have a checkbox in android which has the following XML: <CheckBox android:id="@+id/item_check" android:layout_…

java android checkbox onclick
How do I see which checkbox is checked?

How do I check in PHP whether a checkbox is checked or not?

php html checkbox input checked
input checkbox true or checked or yes

I've seen the three implementations of pre-selecting a checkbox. I started off using checked="checked" because I thought it was …

javascript html checkbox html-input
iCheck check if checkbox is checked

I am using iCheck plugin for customizing checkboxes. I need to display certain text when one or more checkbox is …

javascript jquery checkbox icheck
Android - Spacing between CheckBox and text

Is there an easy way to add padding between the checkbox in a CheckBox control, and the associated text? I …

android checkbox padding
CSS ''background-color" attribute not working on checkbox inside <div>

The heading pretty much explains it. I have a couple of checkboxes inside a scrollable div. But for some reasons …

html css checkbox background-color
How to validate a form with multiple checkboxes to have atleast one checked

I'm trying to validate a form using the validate plugin for jquery. I want to require that the user check …

javascript html checkbox jquery-validate