Questions tagged as 'checkbox'

1
answer

Mark and unmark checkbox independently

I have two checks, which work poorly, mark and unmark from the second check to the first one, I want them to work independently. <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></scr...
asked by 23.03.2017 / 22:44
2
answers

save an array of forms with checkbox

I have to save several forms at the same time and each form contains multiple checkboxes that when they are all selected, they are saved correctly but when one of them is empty, it marks an error someone helps me These are the forms you sent at...
asked by 03.03.2018 / 02:45
1
answer

Get MySQL query data to print in HTML

I have a HTML form where I want to show a series of data obtained from a query in MySQL using SQL. Query: static public function obtenerAccesoriosPorCabana($idcabana){ $ejecucion = self::Conexion(); $sql = "SELECT...
asked by 12.12.2017 / 11:16
1
answer

Modify the css of an entire row when checking

I have the following code and clicking on a text that is cut out expands the box where it is, but I can not get the whole row to be extended along with that, something like modifying only the css to: input[type='checkbox']:checked + tr>td&g...
asked by 15.06.2018 / 00:14
3
answers

Enable / Disable Checkboxes by clicking on another different checkbox using jQuery

I am developing a form that contains a checkbox list, which belong to the class .causa , likewise there is a checkbox of the class .without_cause which I intend that disables the checkboxes mentioned initially. Searching the Internet I found...
asked by 25.04.2018 / 22:58
5
answers

How to display the radio input selected by a user when printing the screen

is the first time I ask for help since I'm stuck in a code for a few days, I looked for tutorials and help online but I could not solve them, so I go to bother them a little while to see if someone can give me a hand. I'm doing a form in html...
asked by 10.02.2018 / 16:19
1
answer

Problem with CheckBox in JTable - Java

I want to solve a small problem that I have about a project in java and it is that I have a checkbox in a table but he only shows me the value true or false, I want him to show me his corresponding checkbox someone knows how I can solve it....
asked by 01.02.2018 / 16:46
2
answers

How to insert multiple values of a checkbox in a table

I insert an array of a checkbox in a mysql table [seleccionael25] => Array ( [0] => Oximetros de pulso [1] => Linterna (Penlights) [2] => Repuestos Littmann [3] => Doppler fetal [4] =...
asked by 19.06.2017 / 03:35
1
answer

checkbox in angularjs

Hello everyone, I happen to have the following switch: <div> <input class="cheqb" type="checkbox" ng-model="checkstate" ng-change="verificarCheckbox()"> <span>Acepto las condiciones establecidas en las <a href="#" targ...
asked by 05.01.2017 / 19:29
0
answers

Form Django ImageField edit delete checkbox

I'm in a Django form and I want to modify the automatic checkbox that comes out in an ImageField field. The problem is the following: The box to clean the saved image appears on a top line, and what I want is to appear next to the word...
asked by 14.09.2018 / 09:14