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

learn more… | top users | synonyms (1)

1
vote
0answers
6 views

Adding a checkbox symbol using OOo API VB.NET and UNO

I've been searching for a solution for this for quite some time now but with no luck. I have a PDF that I am generating using VB.NET, the OpenOffice API and UNO. I am generating a text document and I ...
0
votes
1answer
13 views

Applying border to a checkbox in Chrome

I have a lot of forms on my website with, of course, many of the fields in them being required. If required field is left empty, it is assigned an 'error' class and I'm trying to circle the field in ...
0
votes
1answer
23 views

DataGridViewCheckBoxColumn - If checkBox checked issue

I have this code down below which should show messageBox when the checkbox in checkbox column is checked. It is test for me that I know that the row was really selected. If this would work I'm going ...
0
votes
2answers
23 views

Contact form with check boxes almost working

I am having trouble displaying the correct answer/value picked in the contact form. The email received will only show C as an answer and not the picked choice. <tr> <td><label ...
0
votes
2answers
26 views

Adding a class with jQuery to parent element of a checkbox when that is clicked and the checkbox is hidden

I have a list designed to look like toggle buttons, but they're actually a checklist of preferences. As such, the input is hidden and I want to have a class added to the parent label if the checkbox ...
0
votes
1answer
19 views

Extjs CheckboxModel - Checkonly not working in grid.plugin.CellEditing

I have grid panel with CheckboxModel in http://jsfiddle.net/Zsby6/ selModel: Ext.create('Ext.selection.CheckboxModel', { checkOnly: true, mode: 'MULTI' }), I have option ...
0
votes
1answer
35 views

Optimize jQuery events

I've a lot of checkboxes, like: <input type="checkbox"> <input type="checkbox"> <input type="checkbox"> <input type="checkbox"> <input type="checkbox"> ...nearly 1000 ...
0
votes
1answer
22 views

Android Media player wont work with checkbox?

I have a song playing in the background, and on the next page is a check box. When it's checked I want the music to stay on and it when it's unchecked I want it to stay off. It works fine except for ...
4
votes
3answers
89 views

how to compare 2 checkbox'es values

Here http://jsfiddle.net/SW5NH/5/ I created some automatically generated table (DOM + JavaScript). I want to compare whether checkbox's Input1[z] value (true/false) is equal to Input2's[z] value. If ...
5
votes
3answers
9k views

jquery set checkbox checked

I already tried all the possible ways, but I still didn't get it working. I have a modal window with a checkbox I want that when the modal opens, the checkbox check or uncheck should be based on a ...
4
votes
2answers
7k views

jQuery if checkbox is checked

I have a function below that I want to only trigger when a checkbox in the same tr is checked. Please tell me what I am doing wrong, the usual methods are not working. Thanks JS ...
2
votes
3answers
28k views

How to get value of checked checkbox in php? [closed]

Code: <?php // operator Page include ("classes/dbhelper.php"); include ("conf/conf.php"); $conf = new Dbconf(); $dbURL = $conf->get_databaseURL(); $dbUName = $conf->get_databaseUName(); ...
1
vote
2answers
11k views

Android Checkbox listview select all (disable/enable)

I want to disable/enable all checkboxes in listview. infact want to get select all behaviour by clicking on top checkbox. thanks
6
votes
2answers
27k views

asp.net gridview checkbox selection

Need some help to solve this. I have a gridview and inside the gridview I have a checkbox and after clicking the checkbox, I am doing a postback event and trying to update this particular row only on ...
3
votes
7answers
23k views

Checkbox in listview control

Can you have a multicolumn listview control where one of the columns is a checkbox? Example code or links would be greatly appreciated. I am using visual studio 2005

1 2 3 4 5 486
15 30 50 per page