Most voted "checkbox" questions
Reference tag for checkbox component in several languages/frameworks.
Learn more…308 questions
Sort by count of
-
1
votes1
answer386
viewsHow to style a checkbox input?
I’m creating multiple selections with the checkbox and need to leave it with the following characteristics: Transparent background Stylize the edges Remove the Check This so that it is on top of my…
-
1
votes1
answer51
viewsChange the default value of a Boolean in an ASP.NET select
I have a field on my system that needs to inform if the product is available or not, SQL is as bit( TRUE or FALSE). Entityframework generated a View with a SELECT True or False. <div…
-
1
votes0
answers97
viewsCheck Dynamic Checkbox (Checkbox) from a while inside the database
Guys, I’m banging my head here with this... I have two tables in the bank, one corresponds to the department and another corresponds to the checkbox registered for that department, the problem is,…
-
1
votes0
answers28
viewsHow to call data from a dictlist into code in the form of Checkbutton in python Tkinter
Reformulating everything, I created a new file from scratch called "dict_list_codigopenal.py", he is responsible for taking the file "cdp.csv" and read as spreadsheet, transforming into a Dict list.…
-
1
votes1
answer82
viewsCheckbox does not deselect in React Native
I’m using the hook useState, however it does not change the state when it is pressed again, it is always marked. const [isSelected, setSelection] = useState({}); const handleChange = (event) => {…
-
0
votes1
answer501
viewsHow to separate tables in the same HTML that uses Javascript and display the result in boxes
How to separate tables in the same HTML that uses Javascript and display the result in different boxes? <HTML> <HEAD> <TITLE> Teste </TITLE> </HEAD> <BODY>…
-
0
votes0
answers26
viewsKnowing Checkbox value inside a Multiview/View/Datalist
I wonder how the value of a checkbox which in turn is inside a DataList which is inserted within a View and the latter within a MultiView. I tried some methods FindControl but without success.…
-
0
votes0
answers498
viewsInsert Checkbox value into the bank and then use it on the screen
I have a recipe registration screen that contains a Checkbox called "received", I would like to know how to insert in the sqlite a tinyint and then redeem when I want to consult this recipe. Ex : I…
-
0
votes3
answers3387
viewsUnlock field when selecting Chekbox
Setting: I have a table where the employee can view the data that the company has of it. I need an option for the employee to report divergences in their registration data. Clicking on the button…
-
0
votes0
answers288
viewsText Checkbox "Yes" and not "True"
Good afternoon, I am producing a form and I need to know how to do so when the Checkbox is selected it delivers the text "Yes" and not "True" (my excel is in English) . I believe that this is a…
-
0
votes2
answers62
viewsDatagridview and checkbox - strange behavior.
I have a datagridview with checkboxes. I have this code: Private Sub DataGridView2_CellMouseClick(sender As Object, e As DataGridViewCellMouseEventArgs) Handles DataGridView2.CellMouseClick If…
-
0
votes0
answers27
views -
0
votes1
answer910
viewsLimit jQuery checkbox
I am creating a system where I list images of the bank and below each image has a checkbox, all this within a for to take the images of the bank, wanted a function to be able to limit the amount of…
-
0
votes1
answer410
viewsIdentify selected checkbox
Good guys I have a page (view) that makes a select of the bank and returns me the registered images for the user select a limit of photos determined by the administrator most wanted to count and…
-
0
votes1
answer4573
viewsHTML - Customize checkbox put image and remove icon from checkbox
Good evening, is it possible to put an image in the checkbox? it is possible to make this image change when the checkbox is selected, make this image change when the mouse passes over it and make it…
-
0
votes1
answer336
viewsStart all Checkboxes for a selected Jtree
I wonder how I could do to start the class already with all checkboxes checked, I found this class and used: package CustonComponents; import java.awt.BorderLayout; import java.awt.Component; import…
-
0
votes1
answer734
viewsHow to recover unchecked checkbox values with PHP
I need to identify checkbox fields that are unchecked via PHP
-
0
votes3
answers222
viewsDisplaying disabled checkbox value
Hello, I created a very simple system where I enable 10 values of 25 and I want it to display with an innerHTML those that are disabled, I made this system with checkbox and I put them in variables…
-
0
votes1
answer229
viewsCheckbox not clickable
I want to make the checkboxes of a specific page on my site visible, but not clicked, where the user can only interact with them after logging in. Is there any CSS solution for this situation in…
-
0
votes0
answers554
viewsDisplaying alert/context messages with jQuery dynamically beyond . show(); and . Hide();?
During the interaction with a given interface, please see here jsfiddle, some warning messages (nothing involving validation...) are presented. My rather crude approach to display/hide these…
-
0
votes2
answers349
viewsCheckbox - how to check if at least 1 cbx has been selected
Hello, I have a set of 8 checkBoxs. Does anyone know how I check if at least 1 of them was selected? Thank you
-
0
votes1
answer96
viewsCheackbox on a Basedapter, how to use it?
Hello, I’m developing my TCC, and I don’t know how to use checkbox inside a baseAdapter. My idea is, I have a window that shows me a list of orders and at the bottom of the list this total, each…
-
0
votes1
answer219
viewsMultiple printing with checkbox
I have a page where I list the database data, I created an option so that it can make the impression of a "wallet" with registration details but only for the selected line. The problem is that it…
-
0
votes1
answer233
viewsChecbox Selected List View
I have a ListView where at the end I have a CheckBox referencing my data. I need to create a button that fires a method that traverses the Checkbox selected and take its value. How to do this…
-
0
votes1
answer186
viewsSave Usage Preferences - Android
I would like to know the best way to save the usage preferences of an application, such as a checkbox marked or the ordering of a listview. if you can pass some example code thank you.
-
0
votes2
answers98
viewsHelp with JSON and jQuery
Hello. I have the following code: Jsfiddle In it I have 6 checkbox from 0 to 5 stars, and when I click on a checkbox it filters a json displaying the hotel that has such star so far everything well.…
-
0
votes1
answer66
viewsHow to convert a Checkbox to a Toggle Button?
Guys I created a checkbox column - Datagridviewcheckboxcolumn - in the Datagridview and would like to know if it is possible, and how do I make this column to become a button column to enable or…
-
0
votes1
answer70
viewsProblem with JSON filter and Array
I’m trying to filter a JSON with category but I’m not getting it. I have 3 checkbox and when I select them I should filter a json as selected. and when unchecking a checkbox should filter only those…
-
0
votes1
answer504
viewsSet a checkbox, analyzing an already marked checkbox. Jquery
I have the following situation: I need to make sure that by clicking a Jquery button, it analyzes whether a page checkbox is set to true, and if so, make another checkbox also marked as true; I…
-
0
votes2
answers57
viewsHow to create a checkbox that cannot be changed (readonly)
I would like to make sure that the checkbox is not changed (readonly).
-
0
votes0
answers257
viewsCheckbox android studio
How can I show my checkbox already marked with code recovered value. I was able to recover the value checkBox1 = (CheckBox) view.findViewById(R.id.check1); and saved in a var if…
-
0
votes2
answers38
viewsHiding and showing tab inside a modal using check
I have a registration screen that’s inside a modal. Within this modal there are some tabs, among them a tab called foreign. I am trying to put a check box so that if the check box is selected the…
-
0
votes1
answer542
viewsCheck dynamically created checkbox
Good afternoon. I need to check if a dynamically created checkbox (is inside a modal) is marked. As it was created dynamically, I thought of the following code: $(document).ready(function () {…
-
0
votes0
answers227
viewsHow to keep the order of selected checkboxes and send by form to another page
I have a code on page1.php where I have an array of checkboxes filled with Mysql data through a query. I can send the value of checkboxes marked to the page2.php. But I want the order to be the same…
-
0
votes1
answer1337
viewsTaking the value of the table with ckeckbox and moving to the controller with Angularjs
Goodnight! I’ve got a problem I haven’t found a solution to First I make a query in the database that returns me some values and I play within a table with ng-repeat Table <tr ng-repeat="contrato…
-
0
votes1
answer97
viewscheckbox to check whether it shows field or not
I’m working on a registration form with the birth certificate number on it. As you may already know, there is the old format of certificates, with the notary’s name, term, book and sheet (4 fields),…
-
0
votes0
answers168
viewsHow to add several checkboxes to a php table?
I’ve seen a lot of questions answered that look like mine but so far nothing like it! Here’s the thing: I have the codes below and I don’t know how to insert the checkbox on the table. Form code…
-
0
votes1
answer21
viewsUse checkbox to go to an Activity
All right? I’m doing a project and I came across an issue that I can’t solve. I have already created an Activity with login and registration for a user, however my business model accepts two types…
android-activity login checkbox firebase-databaseasked 6 years, 1 month ago Fabrício Vieira Barreto 3 -
0
votes4
answers1708
viewsDelete only selected PHP checkbox
I have a system that I did (I don’t know much about PHP) worked perfectly but after switching server stopped working the function of deleting only the selected checkbox, it simply deletes…
-
0
votes1
answer15
viewsProblems with toggle checkbox(Switchery)
Good Tade, I have a problem adding the checked attribute to checkbox. I have knowledge in Jquery and I’ve done it many other times, but I’ve never used Switchery, I don’t know if that’s the problem,…
-
0
votes0
answers74
viewsProblem with checkbox with dependencies and other checkbox
Good afternoon to you all. I have a system in which I am setting the permissions in which the profile can have access on a page via checkbox for each module of the system. I have a page with form in…
-
0
votes1
answer170
views -
0
votes1
answer18
viewsHow to call a method from another Activity using checkbox?
I’m mounting a simulated app and want to call the questions that are in an Activity through another Activity, where have checkbox to select the theme. button.setOnClickListener(new…
android android-studio android-layout android-activity checkboxasked 3 years, 9 months ago Daniel Diniz Marques 26 -
0
votes1
answer614
viewsShow only selected checkbox
Hello, I would like to know how I can do to when clicking the completed tasks button it just present me the selected tasks in the list. Button Completed Tasks: <div class="form-group…
-
0
votes1
answer151
viewsJavascript Check Box
I’m doing maintenance on a system, and I found the following code: $(".MinhaClass").die(); $(".MinhaClass").live('click', function () { // Código } .MinhaClass refers to a list of checkbox. I was…
-
0
votes1
answer538
viewsHow to do a ternary <checkbox> check with PHP?
I’m doing this field check <select> and everything is going well but I would like to do the same check on a <checkbox> who may have several possibilities then needing to work with arrays…
-
0
votes1
answer288
viewsUse foreach in a table checkbox
In the code that I am creating there is a view of all the users of the site in an html table, until then everything right, however when selecting multiple checkbox to delete several users of the…
-
0
votes1
answer123
viewsHow to transfer selected checkboxes to an Hidden input field?
I have a checkbox checkbox that selects multiple cities and I need the selected values to enter within one value of a input hidden. The example of what I need can be found here by clicking on…
-
0
votes2
answers1043
viewsHow can I use Javascript to limit the number of checkboxes that can be selected?
Hello, I’m doing a mini-project on jsfidlle, follows the link https://jsfiddle.net/elenderg/wzarrg06/ There are several buttons and the user will have to select one of them as shown below: When the…
-
0
votes2
answers6659
viewsJavascript function to uncheck/clear all checkboxes selected from a button
I have several checkboxes in a form, which will be marked by the user. If you want, you can clear them all by clicking on a button, as shown below: tried using this function in javascript: function…