Top "Checkbox" questions

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

AngularJS checkbox ng-repeat and selected objects?

I am trying to do it in proper way with less pain, but i can't figure out how to deal …

javascript angularjs checkbox repeat
Get checkbox status using javascript

This is my checkbox HTML code <input id="termsCheckbox" name="termsCheckbox" type="checkbox" value="terms" <?PHP echo $terms; ?&…

javascript checkbox using status
Android setOnCheckedChangeListener calls again when old view comes back

I cannot solve an issue with the getGroupView-method. the problem is that the listener setOnCheckedChangeListener is getting invoked to many …

android checkbox android-listview listener expandablelistview
How to check in js that user has checked the checkbox in Google recaptcha?

I have added the following before end of head <script src='https://www.google.com/recaptcha/api.js'>&…

javascript jquery checkbox recaptcha
Check all checkboxes in checkboxlist with one click using c#

I want to have a button that once clicked, it will select all checkboxes in my checklistbox. I've search the …

c# winforms button checkbox checklistbox
Setting a checkbox "check" property in React

I am having a very annoying issue with React and checkboxes. The application I am working with requires a list …

reactjs checkbox default-value
Android: Binding data from a database to a CheckBox in a ListView?

I'm trying to bind data from my SQLiteDatabase to a ListView. I'm currently using a SimpleCursorAdapter to fill in my …

android listview checkbox cursor
Angular 4 checkbox trigger change event on model change

HTML <input type="checkbox" id="1" [(ngModel)]="filter" (change)="onFilterChange($event)"> CheckBox <button (click)="filter = !filter">Change …

angular typescript checkbox angular-ngmodel
Setting ngTrueValue and ngFalseValue to numbers

Update: question is obsolete for latest Angular version, see tsh's comment on this post I have bound a checkbox to …

angularjs checkbox angular-ngmodel
Change parent div on input[type=checkbox]:checked with css

I can figure out how to make the parent div change when checkbox is checked :( Changing the following paragraph works …

css checkbox css-selectors checked