Questions tagged as 'checkbox'

0
answers

How do I make my checkbox keep its checked status when the search is reloaded

My problem is that I have checkboxes in a table and when I give it checked, and I want to search in my search bar, at the moment it shows me the result of the search, and I return to my original table, the status is deleted " Checked. " I tried...
asked by 13.08.2018 / 13:37
1
answer

Get data from a ckeckbox

I have this array that shows me the subjects of a module. Now, I want that once you have selected the license plates you want, when you press a button, the options of the checkbox that I have chosen will be displayed. How could it be done? $mo...
asked by 05.12.2017 / 00:10
1
answer

.prop ("checked", false) does not work

Good afternoon, I need help with a checkbox, which I have in a modal. when the modal closes I want the checkbox to be unchecked and I tried many options and nothing works. $('#Matutino').prop('checked', false).checkboxradio('refresh'); $('inpu...
asked by 26.09.2017 / 00:53
1
answer

How can you create a JTable with 2 Columns with Checkbox (Boolean) {Yes and No}

and that are validated so that if one is selected, the other one is not selected? Although I do not know if it is better with the RadioButtom for unique selections both work the same as I understand, however in the NetBeans Graphical enviro...
asked by 31.05.2017 / 22:42
0
answers

Problem Duplication of check in listview android

Good morning I have a problem with a listview ... that I fill in from a webservices, and in each item that I paint there is a checkbox which when clicking I must activate the edittex of that item .. the problem is that if you I click on the f...
asked by 12.04.2017 / 17:12
1
answer

How to set true in a checkbox that is in a table? java [closed]

Holas people, I have a table in netbeans where one of the columns has a boolean value, that is to say it turns it into a checkbox, my theme is that I want the checkboxes to be marked by default ... and I can not find as     
asked by 02.01.2017 / 19:34
1
answer

The repaint () method is not recognized within a [closed] timer

This code works for me in the constructor of my jframe, it prints me an image in a label. Now I have a checkbox and when pressed I want to put the image for a second because of the timer but I mark error the repaint () method asks me the Netbean...
asked by 09.03.2017 / 00:03
3
answers

How to delete selected items from a listiview

I have been trying for days to delete the elements that I have selected in a Listview by means of checkboxs without success. Only achieve the total elimination of the list. Here goes my code: item_agenda.java public class Item...
asked by 07.09.2017 / 21:21
1
answer

How to save 0 and 1 with a checkbox?

I have a field called state and it is with a boolean attribute, I want to save it in the database when the input is in the checked state that stores the value 1 and the other one that stores 0, do you have any doubt about how to do it, Do you ha...
asked by 05.01.2018 / 15:03
1
answer

Qt Tree View with Checboxes

I modified the example of the Qt website: EditableTreeModel Example so that in the tree view I get CheckBoxes next to each Item. But ... How can I make them dependent on each other? That is, if the parent's ChechBox is selected automatica...
asked by 21.11.2018 / 15:03