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

learn more… | top users | synonyms (1)

4
votes
0answers
323 views

jQuery Mobile checkbox takes time to get checked/unchecked on iPhone

I am facing an issue with jQuery Mobile on iPhone. I have a list of checboxes and a checkbox to select "All". After an initial few taps on the checkbox, the check box takes few seconds to get marked ...
3
votes
0answers
54 views

How to add a bindinglist of checkboxes into a listbox

I would like to add a BindingList of CheckBoxes into a listBox,here is the code that i have written: public partial class Form1 : Form { BindingList<CheckBox> chBoxBList = new ...
3
votes
0answers
409 views

Custom CheckBox of MultiChoiceItems in AlertDialog

I seek how to custom a CheckBox in my MultiChoiceItems (i think the original on the phone is not good). MultiChoiceItems is in a AlertDialog: AlertDialog.Builder builder = new ...
3
votes
0answers
2k views

Creating a three states checkbox on android

i'm stuck in front of a big probleme: I'd like to make three state checkbox on android. It's a checkbox upon a ListView with checkboxes. It should allows user to switch between three states: all ...
3
votes
0answers
814 views

JSF2 or primefaces p:selectManyCheckbox styling with icons

One question who styled manycheckboxes with icons? <p:selectManyCheckbox value="#{Step4Bean.selectedItems}" id="tag-list" > <f:selectItems ...
3
votes
0answers
3k views

Chrome checkbox not changing

I have simple checkboxes in a table. This is the checkbox tag as I see it in code: <input type="checkbox" id="iFact123" onchange="submit_status_change(123,$(this).prop('checked'));" > Now for ...
3
votes
0answers
1k views

Android; Using SimpleAdapter with setOnItemClick a Listview containing Checkboxes

I have a ListView in an Activity (Not ListActivity) that is populated by a SimpleAdapter. public void updateGroupsInfoPane(){ final ListView m_listview3 = (ListView) ...
2
votes
0answers
41 views

Checkbox will not stay checked and submit listener does not work

I am dynamically rendering pages using Handlebars.js, and I have a "quiz-form template" with the following code: <div id="right-pane"> <script type="text/x-handlebars-template" ...
2
votes
0answers
46 views

Checkbox not rendering properly

I am having two checkboxes in my layout as follows <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:baselineAligned="false" ...
2
votes
0answers
58 views

How to check multiple checkbox options by default?

I need to have the options "Twitter, Facebook and Google Plus" selected by default. Here's the part of the code : function setup_settings() { $this->boxes = array( ...
2
votes
0answers
39 views

Have Checkbox checked by default in UI

I am trying to add a new checkbox into a UI screen for my installer. So far I have declared the property as seen below: <Property Id="RS232" Value="1" Secure="yes"/> And in the UI, my ...
2
votes
0answers
96 views

Checkable Checkbox inside layout that represent every item of List/Grid-view

I have the following layout for items that fill my GridView: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
2
votes
0answers
175 views

Validate Checkboxes within a Hidden DIV Only If Shown

I have a form in Chronoform where there are two checkboxes, when you select the second checkbox, a hidden DIV becomes visible. Inside this hidden DIV there are 12 more checkboxes. At least one of ...
2
votes
0answers
71 views

javascript pass checkbox element keep checked status

I'm having a dialog pop up to let user input some information, upon dialog confirmed, the result is added to the parent pages form: var inputs = element.getElementsByTagName('input'); ...
2
votes
0answers
156 views

How to create a Checkbox Change event for a wxGrid cell

I've created a wxGrid, populated it with data, and have created a column that contains checkboxes, and made them editable. All good so far. co_Grid->SetReadOnly(at_RowCount, 24, false); ...
2
votes
0answers
272 views

GMap V3 Multi Criteria Check Box Filtering

Been working on this for a week and could do with some guidance: Need to use two columns of check boxes to filter markers on map. Column 1 is: data.ConType Column 2 is: data.Operator I need it ...
2
votes
0answers
339 views

system.reflection.eventinfo does not contain definition for GetValue

It's easy to obtain the values for the properties and fields or invoke methods but it has been difficult for me to display the Event handlers. I can't just use a GetValue function like I can for ...
2
votes
0answers
834 views

Custom List View Adapter having checkbox with Listeners

I am having a list view with onItemClickListener and a custom adapter with a checkbox. The checkbox also has a onClickListener. But the arraylist that i am assining to the adapter is not showing the ...
2
votes
0answers
390 views

Allowing select and input checkboxes to be editable

An HTML template that I'm working on has a variety of HTML select and checkbox elements contained within it. Eg. <select> <option></option> <option>No</option> ...
2
votes
0answers
109 views

Strange ListView behaviour in Android with Checkboxes

I have a custom ListView with a CheckBox and two TextView widgets. When I click a CheckBox and I scroll my ListView I see a strange behavior. Some CheckBox widgets are randomly, automatically ...
2
votes
0answers
270 views

How to make automatic onClick and update mark image in Gridview

The first question that I have is that I have downloaded from the Internet MarkableImageView class to add a marker to an image I have already selected. The class is as follows: public class ...
2
votes
0answers
1k views

Programmatically styling Android's CheckBox

I got a class which extends Activity and programmatically adding some View items. CheckBox checkBox = new CheckBox(this, null, android.R.style.Widget_CompoundButton_Star); I'd like to set some ...
2
votes
0answers
342 views

jQuery filter according to checkbox status

I'm using jQuery "filterable" plugin to filter data, this plugin originally filters data by clicking on category's name link, now I'd like to change link to check box, so if checkbox is checked that ...
2
votes
0answers
469 views

Android: disabled View gets focus

I don't know exactly how to search about this topic, so I hope there isn't the same question here around. In a "menu" of my Activity, I have two RadioButtons with EditText's, the user should choose ...
2
votes
0answers
1k views

Update Database From Checkbox In ListView Using CursorAdapter

I have a custom CursorAdapter that populates a ListView of Tasks from my database. Each ListView item has a checkbox and a button in it. When pressing the checkbox, the database gets updated to set ...
2
votes
0answers
619 views

jQuery: checkbox does not lose focus (blur) [IE]

I have a script, that lets a table row move to the top after clicking on a checkbox. (See my question here: jQuery: move table row to first position and then back) Now I have the problem, that after ...
2
votes
0answers
217 views

MVC3 - CheckBox “id” from entity entry with trailing dot

I'm using checkboxes for customers hobbies. I'm creating them with a List of Tuples. List<Tuple<int, string, bool>> hobbies = new List<Tuple<int, string, bool>>(); The int ...
2
votes
0answers
3k views

Magento - attribute “input-type” checkbox

I seen similar question How can I get my custom backend Magento Customer Checkbox Attribute to save my selection? but did not find an answer there. $installer->addAttribute('catalog_product', ...
2
votes
0answers
300 views

Checkbox getting toggled on ctrl+spacebar

I've started working on an application which is being developed in ASP.Net MVC2 for Azure. The checkboxes present in the form are not toggling state on spacebar as they are supposed to but on ...
1
vote
0answers
14 views

Rails 4: Pass a hash as a checkbox value

Is it possible to pass a hash as a checkbox value? My controller passes an array of hashes (@citations) and my view loops through this array and displays the values of the hash as shown below. Here ...
1
vote
0answers
20 views

Checkbox in a custom adapter to update the database

I am trying to get the checkbox I created in a custom adapter for a list to update the database upon clicking on it. I implemented the onclicklistener on the checkbox inside the customAdapter (code ...
1
vote
0answers
34 views

how to save checkbox id's from listview in string to compare in query SQLite android?

i have listview with checkbox in my android application. i want to save id from checked checkbox in arraylist<string>. i want use it to compare in my query, but i have error in getcount()because ...
1
vote
0answers
11 views

WinJS Binding Input field with type Checkbox

I'm trying to bind the 'checked' value of a < input type='checkbox'/>, but I can't get the binding. I also have a < input type='text'/>, but the binding for this does work. So I can't find why ...
1
vote
0answers
32 views

Adding a non persisted Symfony form checkbox mess up with persistence

I am trying to add a checkbox in my form in Symfony. The aim of that checkbox is to eventually remove uploaded image if checked. So it shows up only when a file is uploaded. I also want it to cancel ...
1
vote
0answers
67 views

If-else doesn't work properly with my check box

I have a grid in my application and when I select an item it load the items prospectively. I want to allow to select the check box only when isMayoBaseAvailable returns true. This is the code I ...
1
vote
0answers
10 views

Changing checkbox appearance in simple form

I'm attempting to change the appearance of checkboxes from the default one to a custom one that I am referencing in my stylesheet. I know how to do this when I create a regular form in HTML, but I'm ...
1
vote
0answers
44 views

Checked event firing when grouping added to DataGrid - WPF C#

I'm having a problem where when adding grouping to my datagrid; the event I have defined as "Checkbox.Checked" gets called when it shouldn't be. When this line of code is not commented out ...
1
vote
0answers
24 views

Iterating through hidden inputs

I have a long list of checkboxes. What I need is that when someone checks a checkbox (it has a class of 'compare'), I need to populate one of 4 hidden form inputs. The idea is to compare up to four ...
1
vote
0answers
45 views

Telerik RadGrid set specific cell readonly based on CheckBox State

I'm using a RadGrid to show several columns referring ID, Name, etc. One column contains a value to change, another one is a column containing a checkbox (in a GridTemplateColumn). Now I want to ...
1
vote
0answers
32 views

Plugging checkboxes into answer key

I'm working on a multi-question quiz powered by PHP and jQuery. After selecting some answers and clicking the Submit button, a user is forwarded to another page which has this answer key: ...
1
vote
0answers
16 views

How to make window scrollable with checkboxes inserted vertically in order?

I want to make the window scrollable with checkboxes inserted vertically in order. In the code below, checkboxes are displayed as I want, but the window is not scrollable. Any help would be ...
1
vote
0answers
62 views

TH element with (Select All) Checkbox and TableSorter

I have a table with the tablesorter js applied. In two of my table header columns I have checkboxes that check yes or no on all of the rows. The issue is that since I have the tablesorter js on the ...
1
vote
0answers
90 views

MVC5 Can't validate checkbox or even get value

I use view model for my view (Razor) page and a model to save result in database. In both model and view model I have declared bools for checkboxes. public bool Faza1 { get; set; } public bool Faza2 ...
1
vote
0answers
63 views

IE8 CSS Howto sidebar toggle with checkbox

I use a nice CSS based sidebar menu with is toggled via a checkbox. What is the best way to make the menu also for IE8 available? .sidebar-checkbox { display: none; } .sidebar { ...
1
vote
0answers
30 views

JQuery + HTML terms of service agreement on weebly for mailchimp subscription

I've been looking for hours for a tiny snippet of code to help me get a checkbox for agreement to terms of service before subscribing to our mailing list. My script is on JSFiddle here: ...
1
vote
0answers
107 views

Android CheckBox in ListView get focus

I have a ListView, each item has a TextView and a CheckBox. I want that the user can select each item by pressing the row. But the checkbox also gets focus. I want to remove the focus from the ...
1
vote
0answers
93 views

Checkbox checked using javascript on tcpdf

I have a question about javascript that I using in TCPDF to generate PDF. I use mix of php native and codeigniter with MySQL database to develop my App. My Soryboard : I have a field in my table like ...
1
vote
0answers
114 views

qt - clickable checkbox for boolean column in QTableView

I wanted to have a checkbox in one of the columns in my Table view. To be specific - in one of the rows, because the view is using a transposing proxy model. I did it using a QItemDelegate derivate ...
1
vote
0answers
81 views

Google form apps, assign checkbox value

I have a simple google form that I'm writing that has checkboxes with values that aren't numerical, but I'd like to assign them numerical values if they are checked. For example, Please check your ...
1
vote
0answers
125 views

select and create checkbox list in php itself

I have written php code to generate dynamic checkbox list.I want to accept that checkbox checked value and use it furthur to display another checkbox list in php itself. //Here's the code... ...