Questions tagged as 'checkbox'

3
answers

Find what items have been marked - Help with logic

I have 4 Checkboxes, which when selected will assign their values in a variable. The result will be saved in only one field in the DB. When loading these Checkboxes, I need to make an account to know which ones were selected ... How to do this?...
asked by 15.04.2015 / 18:45
2
answers

Div to organize checkbox

I have the following div : <div class="col-sm-6"> <input type="checkbox"> Touch Screen <input type="checkbox"> Wi-fi <input type="checkbox"> Bluetooth <input type="checkbox"> Flash <input type="...
asked by 02.03.2015 / 12:03
2
answers

Select in windows form c #

Imagining myself, I have 3 checkbox : 2.9.1 2.9.2 2.9.3 I wanted to, that I click on 2.9.3, and select me all that are behind. It's the sort of a select all , but just select me from a given number up that I choose. I'm doing t...
asked by 08.05.2017 / 18:17
1
answer

Update table field just checked with checkbox php mysql

@Leo Caracciolo worked out the way you did # , but I have another problem: there are students who are enrolled in several courses, ie the student id is the same but the course id in the run_id column is different for each user id, so each time I...
asked by 08.11.2017 / 00:06
1
answer

Know which checkbox is clicked

I have 20 static checkboxes, clicking on one of them executes a function through onClick . But this is perhaps a stupid question but how do I know exactly which of the 20 checkboxes it was clicked on? I already have if that checks i...
asked by 06.12.2016 / 18:50
1
answer

JSON array with checkbox AngularJS

I'm trying to form a JSON with what is selected by checkbox , but when I select it it inserts, but when I try to get check , it reinserts. The correct would work this way , but forming a array of JSON and not just words or numbers....
asked by 10.12.2015 / 19:36
2
answers

How to check / uncheck checkboxes by column using JQuery

Here in the company we are doing a plant management. The apartments / units that have the same end (eg Apt 1, Apt 11, Apt 21) and so on, are one underneath the other in the construction and for that reason the plant attached to them is the same,...
asked by 14.10.2015 / 19:43
1
answer

Check checkbox data that has variable names

I have a routine in PHP that generates a list with ten to fifteen names, and together with each name generates a checkbox that should be checked in case there is a lack of work for that name, if there is no lack of work the box does not is marke...
asked by 26.01.2016 / 20:06
1
answer

Update only the records marked with a checkbox at once php

I have a select that brings a series of records. Here, in these records I need to apply an up and that in my head, the best way would be to use a checkbox field, so that when the user marks the checkbox and then clicks the "submit" button, only...
asked by 07.11.2017 / 00:58
1
answer

How to get the value of the value and also the name of the checkbox at the same time as selecting jquery

I need to get the name of the checked checkbox as soon as I click on one of the checkbox on the page. %% I already have, but I also need to get the value of value . Someone could help me or give me another alternative as I ne...
asked by 12.02.2016 / 20:13