Questions tagged as 'checkbox'

1
answer

Show Check Marking in PHP and MySQL

I have a value of a checkbox saved in the database (table = way, field = active, values 1 = Active, 0 = Inactive, Boolean field), but when the form needs to be updated and opened, it does not show the check marked, always leaves it unmarked....
asked by 27.07.2018 / 22:39
1
answer

Show Check saved in Database

I am saving the values of a checkbox in mysql but I need that when I show it if I keep 1 it appears activated but if it keeps 0 it does not appear checked So I keep it $id = $_POST['mod_id']; $name = $_POST["mod_name"]; $code = $_PO...
asked by 20.07.2018 / 19:34
1
answer

how to order asc only the checkboxes that are selected?

Hello, I need your valuable help. I ask you about the situation. I have a table with 4 fields, one of which is a checkbox (select field) Some checkbox fields are already selected by default, and they are messy. what I need to do is to order at t...
asked by 29.06.2018 / 00:51
2
answers

Business with the Checkbox

good morning to all, what I want to do I think it's something simple but I do not give with the answer, I'm trying to make a form and I need to locate the checkboxes on the right and the options on the left. This is a bootstrap example....
asked by 21.06.2018 / 17:00
1
answer

How to have the value of a checkbox with javascript

I have a query or query as you like to tell, and in the query that I do to the table would be something like this: $d151="select * from temporal where ncuenta>'399' and LENGTH(ncuenta)>3"; $db1=$dbh->prepare($d151); $db1->execute()...
asked by 14.06.2018 / 00:40
3
answers

set checkbox to true on angular

I have several checkbox but I can not make the value% co_from% false in my model change to booleano . in my component.ts I have the model initialized in this way this.listaMembresia = new ItemMembresia(0, "", 0, 0, 0, 0, fals...
asked by 17.06.2018 / 03:05
0
answers

Use of the Loader class in Android Studios to keep custom list changes with checkbox with AsyncTaskLoader

Good I am trying to do something that probably is of the most complex things that I carry out in android. Let's see, I put you in a situation, I have a list of currencies in which when clicking another list is activated right on your right. T...
asked by 04.06.2018 / 20:16
1
answer

Insert enum field (mysql) multiple checkbox values

I need help to insert multiple values in mysql of a checkbox in a form: I have these checkboxes in my form <LABEL>Extras (los que procedan):</LABEL> <INPUT TYPE="checkbox" NAME="extras[]" VALUE="Vista Al Mar">Vista...
asked by 27.05.2018 / 19:34
0
answers

Problems with progress bar in percentage

I have a percentage progress bar according to the code below, depending on the tasks that have been completed from the code on vb.net. client side code <link href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.m...
asked by 21.05.2018 / 04:52
1
answer

pick up and save checkboxes checked with jquery and ajax

Hi, I have to collect the checkboxes that are checked to filter some results, I'm doing it through ajax. <div class="form-group"> <label for="inputState"><strong>Estrellas</strong></label>...
asked by 16.05.2018 / 16:24