Top "Checkbox" questions

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

How to create radio buttons and checkbox in swift (iOS)?

I am developing an app that allows to do survey. My layout is generated from XML based questions. I need …

ios xcode swift checkbox radio-button
How do you tell if a checkbox is selected in Selenium for Java?

I am using Selenium in Java to test the checking of a checkbox in a webapp. Here's the code: private …

java selenium attributes checkbox nullpointerexception
Using the HTML5 "required" attribute for a group of checkboxes?

When using the newer browsers that support HTML5 (FireFox 4 for example); and a form field has the attribute required='required'; …

forms html validation checkbox
find all unchecked checkbox in jquery

I have a list of checkboxes: <input type="checkbox" name="answer" id="id_1' value="1" /> <input type="…

jquery html input checkbox
How to reset all checkboxes using jQuery or pure JS?

How can I reset all checkboxes in a document using jQuery or pure JS?

javascript jquery checkbox
OnClick vs OnClientClick for an asp:CheckBox?

Does anyone know why a client-side javascript handler for asp:CheckBox needs to be an OnClick="" attribute rather than an …

asp.net javascript checkbox onclick onclientclick
How to stop event bubbling on checkbox click

I have a checkbox that I want to perform some Ajax action on the click event, however the checkbox is …

javascript jquery checkbox events
How to select all checkboxes with jQuery?

I need help with jQuery selectors. Say I have a markup as shown below: How to get all checkboxes except #…

javascript jquery css checkbox css-selectors
Angular 2: Get Values of Multiple Checked Checkboxes

My problem is really simple: I have a list of checkboxes like this: <div class="form-group"> <label …

json forms checkbox angular angular2-forms
How can I change the size of a Bootstrap checkbox?

Wondering if its possible to change the size of checkbox as it's possible with buttons. I want it to be …

css twitter-bootstrap checkbox laravel-4 laravel-blade