Questions tagged as 'checkbox'

3
answers

Form with checkboxes - Do not send the "no checked"

I have a form on an html page with several checkboxes, of which (being options) is not necessary to be marked, but in the email I get the blank spaces between "checked" & "checked": $opcion1 .= $_POST['marcador1']; $opcion2 .= $_POST['m...
asked by 21.03.2017 / 14:44
2
answers

how to control the behavior of a checkbox switch

What I need is quite simple, however I have not been able to find the solution, what I need is that when I click on the checkbox switch, that the switch activates or deactivates depending on an action, this block of my system deals with of chang...
asked by 08.11.2018 / 15:05
2
answers

problem with checkbox and php

I have a check-box that the user will indicate respective months of a form, I can send it if you select January and February but if you select other months or January, March, December to say something, do not save it in the database. <?php...
asked by 14.10.2018 / 08:36
1
answer

Control of CheckBox Android Studio

Good, I've been looking through different sites on the web and I can not find what I'm trying to do. It sounds simple but I do not know how it is done. The question is this: In my application I have 5 checkBox with different themes (sport, hi...
asked by 29.05.2017 / 09:49
1
answer

How to align my input checkbox with my paragraphs within a modal?

I've been trying for a while but it does not work out in any way. I tried with labels, with paragraphs, but I can not make the checkbox appear next to each of my paragraphs (which are the likes of ice cream) I need to add a checkbox as...
asked by 21.11.2018 / 20:22
2
answers

Retrieve the checkbox value with php

In the database I have the column Active type tinyint(1) In the form <input type="checkbox" id="proActive" name="proActive" checked value="1"> I send it by method POST and I receive it ... $active = filter_in...
asked by 04.02.2018 / 10:21
1
answer

Checkboxs selected from MySQL database

I have the following error: Fatal error: Uncaught Error: Call to undefined function mysql_query() Line 37: $sql = mysql_query("INSERT INTO cabanasaccesorios VALUES (".$idcabana.", ".$value.")"); Explanation: I have a form where I...
asked by 11.12.2017 / 12:30
1
answer

Change checkbox when running javascript

Hi, I am developing a project based on MVC that uses Knockout. In this, the events in a database are listed in a table. There is a field in the events that indicates if this is solved or not, and for that I use a checkbox. When in the view a cha...
asked by 04.12.2017 / 21:18
1
answer

Misuse of confirm () with PHP and Javascript

I have a table with sorted data in rows and columns. A column is for delete , with checkboxs selected, when we press the DELETE button and a " confirm () "to confirm the deletion or be canceled. In the second question I have the prob...
asked by 06.01.2018 / 19:59
1
answer

How to create a Switch on / off button in c #

I am trying to create a swtich on / off for a desktop opalance in C # but I do not find any recent documentation of this, only half-finished documents or the examples I have tried have not worked Currently I'm trying to control the Checbox by...
asked by 04.10.2017 / 19:17