Tagged Questions
The checkboxes tag has no wiki summary.
6
votes
4answers
4k views
jquery check uncheck all checkboxes with a button
I am trying to check/uncheck all checkboxes using jquery. Now by checking/unchecking the parent checkbox all the child checkboxes are getting selected/deselected also with the text of parent checkbox ...
5
votes
4answers
864 views
How do I override DisplayFor boolean?
How do i create a display template so i can display a bool as Yes or No not a checkbox? Using mvc3
<%: Html.DisplayFor(model => model.SomeBoolean)%>
5
votes
1answer
4k views
ASP.NET MVC2 - Dynamic list of checkboxes and model binding
I'm trying to create a view that contains a list of checkboxes that is dynamically created from a database, and then retrieve the list of selected ones when the form is posted back.
My EF model ...
5
votes
6answers
2k views
Post the checkboxes that are unchecked
I've got a load of checkboxes that are by default checked. My users will probably uncheck a few of the checkboxes (if any) and leave the rest of them checked. Is there any way to get the checkboxes ...
4
votes
3answers
644 views
Getting an issue while checking the dynamically generated checkbox through list view
I know that this question is already asked by other members and solution is also given by some members but the thing is that i didnt find any solution which is suitable for my app.
I am creating a app ...
4
votes
2answers
254 views
Display checkboxes in jQuery UI dialogs and provide Cancel button
I'm trying to solve probably a very common problem and have prepared a simplified test case demonstrating it and my efforts.
I'm trying to display several jQuery UI dialogs, each containing several ...
4
votes
2answers
101 views
CSS format for checkboxes
I have a list of checkboxes, each one with a label:
<input type="checkbox" id="patient-birth_city" name="patient-birth_city" />
<label ...
4
votes
4answers
473 views
HTML5 - Select multi required-checkbox
I've writen some code here: http://jsfiddle.net/anhtran/kXsj9/8/
Users have to select at least 1 option on the group. But it makes me must click all of them to submit the form. How to do this issue ...
4
votes
3answers
4k views
jQuery mobile - dynamic checkboxes lose style
So I'm trying to load dynamic content straight into my checkbox container (group_checkboxes)
<div id='group_checkboxes' data-role="fieldcontain">
</div>
This is the statement I'm ...
4
votes
2answers
3k views
Jquery Jstree checkbox events capture
I am totally new to jquery and jstree...I am using jstree and populating the data using xml.But would like to capture event for each node whether checked or not along with theirs Ids.I tried using ...
4
votes
5answers
328 views
HTML checkbox elements are only submitted if they're checked?
I'm trying to work on an existing website and I've found a bug, but I'm not sure why it's a bug or how to work around it.
The website basically lists some commercial properties that are for lease in ...
4
votes
1answer
10k views
Checkboxes on Rails
What's the correct way of making checkboxes that are related to a certain question in Ruby on Rails? At the moment I have:
<div class="form_row">
<label ...
3
votes
3answers
110 views
Form 1 submit tells form 2 which inputs are selected
I want to specify, on clicking a submit button in the first form, which checkboxes and radios should be selected in form 2.
(These inputs do not exist in form 1, but I want to tell them what to do ...
3
votes
2answers
374 views
Forming a query string from multiple checkboxes
I'm trying to form a query string from multiple checkboxes that will be used to query my database.
I have the following form:
<fieldset data-role="controlgroup">
...
3
votes
1answer
830 views
Checking Multiple Checkboxes in Android
CheckBox checkOne = (CheckBox) findViewById(R.id.checkOne);
checkOne.setSelected(true);
CheckBox checkTwo = (CheckBox) findViewById(R.id.checkTwo);
checkTwo.setSelected(true);
CheckBox checkThree = ...
3
votes
1answer
436 views
CherryPy - saving checkboxes selection to variables
I'm trying to build a simple webpage with multiple checkboxes, a Textbox and a submit buttom.
I've just bumped into web programing in Python and am trying to figure out out to do it with CherryPy.
I ...
3
votes
2answers
5k views
Maintain state of a dynamic list of checkboxes in ASP.NET MVC
I have a class called "PropertyFeature" which simply contains PropertyFeatureID and Description. It's a proper model created through LINQ to SQL mapped to an SQL Server database table. An example ...
3
votes
3answers
148 views
Checkboxs: ticking me off!
this is a small, but very annoying, glitch in my form.
I have a checkbox, that if clicked displays others checkboxes and input fields for the user to add more information. If this trigger checkbox is ...
3
votes
5answers
1k views
$_POST as $key => $value using checkboxes
I am having trouble getting a form to update the information passed from a check box. I was given this code.
$one = isset($_POST['one']) ? 'on' : 'off';
This works great as long as I call each ...
3
votes
1answer
1k views
Need a better way to validate ASP.NET checkboxes using a jquery validation plugin?
Problem:
I want to validate some ASP.NET-checkboxes using the jquery validation plugin (found at: http://bassistance.de/jquery-plugins/jquery-plugin-validation/)
What it's all about:
It's not ...
3
votes
3answers
1k views
jQuery Validation plugin minLength for checkboxes
this is my first post here on stackoverflow and am very impressed by the site!
My question is about the jQuery Validation plugin...specifically about the minLength method.
I have a group of ...
2
votes
3answers
69 views
Is there a simple way to implement a Checked Combobox in WinForms
Does anyone know of a simple implementation of a checked combobox in WinForms? I haven't been able to find anything when googling.
I want something that behaves like this windows scheduled task ...
2
votes
2answers
38 views
Jquery ajax response data inserted in the same div id instead of based on checkbox id's
I have this JQuery code:
jQuery("#form").click(function() {
$("input[name='copyno']:checked").each(function() {
checkboxData = "copyno="+$(this).val();
id=$(this).val();
jQuery.ajax({
...
2
votes
1answer
72 views
Multi Checkbox columns in Jqgrid
I have jqgrid with 4 columns each with checkboxes format, I need to get All the checkboxes values selected and unselected values based on Column Names.Is it possible?
Updated : Grid Image
2
votes
4answers
48 views
What's the proper value for a checked attribute of an HTML checkbox?
We all know how to form a checkbox input in HTML:
<input name="checkbox_name" id="checkbox_id" type="checkbox">
What I don't know -- what's the technically correct value for a checked ...
2
votes
3answers
186 views
Android CheckBox text not displaying
I'm trying to dynamically create some CheckBoxes in one of my Android activities, but it's not rendering the text.
Here is my simplified code...
Layout XML:
<LinearLayout
...
2
votes
2answers
98 views
Know if one or more checkboxes are checked in Jquery
Is there a way in jQuery to know if at least one checkbox has been checked?
I have a form with a lot of checkboxes and each one is different.
I need a way with jQuery to say something like this, ...
2
votes
0answers
179 views
Saving checkboxes in wordpress custom post type
Hi I have checkboxes defined as such:
"languages" => array("name" => "languages",
"title" => "Languages","description" => "",
"style" => "checkboxes","options" => array("1" => ...
2
votes
1answer
233 views
php processing multiple checkbox select with javascript
I am creating a form with multiple checkboxes with the same name. I have included an option for the user to select the parent checkbox to check all the children. The javascript code below is used to ...
2
votes
2answers
427 views
CSS dont print unchecked/selected radio buttons or checkboxes
I have a form that I want a separate CSS file for printing. On the screen there are other radio buttons and checkboxes. But I want those unchecked radio buttons and checkboxes to hide when I print ...
2
votes
2answers
517 views
jquery multiple checkboxes array
<input type="checkbox" name="options[]" value="1" />
<input type="checkbox" name="options[]" value="2" />
<input type="checkbox" name="options[]" value="3" />
<input ...
2
votes
2answers
278 views
Excel vba Renaming checkboxes
I have a worksheet that contains many checkboxes. Excel names these automatically as CheckBox1, CheckBox2, etc... However, for my document, I need to rename them all as Rij11_1, Rij11_2, etc (Rij11 ...
2
votes
3answers
173 views
Is it possible to return the names of checkboxes in Excel VBA?
I'm currently working with a couple of worksheets that contain hundreds of checkboxes. The code behind these checkboxes works fine, but I'm looking for a way to list the names of the checkboxes per ...
2
votes
1answer
303 views
How can I remove the checkboxes from individual items in a ListView control?
I have a ListView with the columns 'Name', 'Expected', 'Total', and I want to add another column saying 'Recount' at the end. The 'Recount' column will ideally have a checkbox only if the 'Expected' ...
2
votes
3answers
107 views
$_POST not being set
does anyone have any idea why $_POST not being set??
here is some of the code.
<form method="post" name="form" id="clientForm" action="">
<input type="submit" name="sub" ...
2
votes
3answers
476 views
Drupal Views - Custom / Modded SQL
I am having an issue with the "Profile Checkboxes" module which stores custom profile fields comma separated.
The issue is if I create a view to filter by a value. The SQL result ends up being ...
2
votes
5answers
3k views
Get $_POST from multiple checkboxes
I have 1 form in with multiple checkboxes in it (each with the code):
<input type="checkbox" name="check_list" value="<? echo $row['Report ID'] ?>">
Where "$row['Report ID']" is a ...
2
votes
1answer
356 views
Count checkboxes within element
I'm trying to find a way to count all checked checkboxes within a parent element using jQuery. Sofar I haven't found a decent (and fast) solution.
To illustrate the situation: I've got an ul-list ...
2
votes
2answers
491 views
Google App Engine + Form Validation
I would like to do google app engine form validation but I dont know how to do it?
I tried like this:
from google.appengine.ext.db import djangoforms
from django import newforms as forms
class ...
2
votes
2answers
214 views
Help needed with using jquery to check checkboxes from php array
I have a php array which I'm trying to get jQuery to check those checkboxes, but I can't seem to get it working. My php array name is "toCheck" which is:
Array
(
[0] => 0
[1] => 3
...
2
votes
0answers
458 views
Rails3 + Typus: display habtm relationship as checkboxes
I'm managing my admin backend with Typus
I want to add a field with a checkbox for each category.
I used this code:
Post:
fields:
default: name, description, user, categories
list: name, ...
2
votes
1answer
215 views
How to loop through all unchecked checkboxes?
Using jQuery, is there a fast way to loop through all unchecked checkboxes on a page that have className="carCheckboxes".
2
votes
1answer
267 views
MVC2 Checkboxes: Still having problems; Or: What does isSelected got to do with it?
In the ever increasingly epic failure that are my Create and Edit forms, I'm still having problems generating checkboxes via Html.Checkbox(). I'm not sure if I should just manually write the HTML at ...
2
votes
1answer
352 views
How to remember the selected checkboxes between each paging-press
I have a listview with paging. Every paging has 10 rows with with a username, an email and a checkbox.
I need to be able to check a couple of checkboxes, in different "pagings", press a button and ...
2
votes
1answer
2k views
CheckedListBox - How to programmatically ensure that one and only one item can be checked at any given time?
I want to use a CheckedListBox in an application where each item in the ListBox is the name of a folder on my hard drive and for the purpose of reading and writing text files to and from each of these ...
2
votes
2answers
528 views
jQuery access input field by name[value][id]
I have some HTML code like this:
<input id="fieldname-1" name="field_name[value][1]" value="1" type="checkbox" />
<input id="fieldname-2" name="field_name[value][2]" value="2" ...
2
votes
2answers
311 views
how to print checkboxes array in message body of mail function
I am doing a mail function in PHP. As the body of the mail function, I have a table which displays all the posted values including checkboxes.
The message is as follows:
$bname = ...
2
votes
2answers
281 views
Toggle disable/enable checkbox by replacing class name
I have a set of 5 checkboxes with class set to "child". I want that if I select one checkbox, rest of them goes disabled. I have tried following code but it disables the all checkboxes.
if ( ...
2
votes
4answers
1k views
jquery - iterate over checkboxes and determine if checked
I want to iterate over checkboxes div and determine if checkbox1,checkbox2,checkbox3 are checked
// iterate over checkboxes
$('#register_students').click(function() {
...
2
votes
1answer
2k views
Getting multiple checkboxes from FormCollection element
Given multiple HTML checkboxes:
<input type="checkbox" name="catIDs" value="1" />
<input type="checkbox" name="catIDs" value="2" />
...
<input type="checkbox" name="catIDs" value="100" ...