Top "Checkbox" questions

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

How to make a check_box checked in rails?

I made checkboxes using the following rails form helper: <%= check_box("tag", tag.id) %> However, I need to …

ruby-on-rails ruby-on-rails-3 checkbox ruby-on-rails-3.2 form-helpers
Change Checkbox value without triggering onCheckChanged

I have setOnCheckedChangeListener implemented for my checkbox Is there a way I can call checkbox.setChecked(false); without triggering the …

android checkbox
How to get the value of a Bootstrap toggle button in jQuery

I have this markup and jQuery but I cannot successfully capture the button value or on/off or any form …

jquery checkbox twitter-bootstrap-3 toggle
How to disable a checkbox based on conditions in angular 6?

My html code, <div> <div> <input type="checkbox" id="Checkbox0" name="cCheckbox0" class="custom-control-input" (change)="…

html angular checkbox angular6 disable
Show/Hide with Checkbox using jQuery

I am trying to have a section of an html form to show/hide based on a checkbox. This is …

javascript jquery checkbox show-hide
Move HTML checkbox to left hand side of it's width

I cannot use any JavaScript and would like an answer in just CSS if possbile. I have the following check …

html css checkbox css-float forms
Changing a Switchery checkbox state from code

How do I programatically change a jQuery Switchery checkbox state from checked to unchecked (and vice versa)? I tried using …

javascript jquery jquery-plugins checkbox
Checkbox not binding to scope in angularjs

I am trying to bind a checkbox to scope using ng-model. The checkbox's initial state corresponds to the scope model …

angularjs binding checkbox coffeescript angularjs-ng-include
Angularjs: checkbox and ng-change

I have problems to understand how ng-change works. I have a list of user to invite to join an auction. …

javascript angularjs checkbox angularjs-ng-change
Pass checkbox value to angular's ng-click

Is there a way to pass to angular directive ng-click the value of the associated input? In other words, what …

javascript angularjs checkbox angularjs-ng-click