Questions tagged as 'checkbox'

1
answer

Arrays in checkbox value php mysql

I have the following code: <thead> <tr> <th data-toggle="true"> Usuario </th> <?php $consulta="SELECT * FROM etapas_lab WHERE id_cliente = '$id_us'"; $ejecutar_consulta = $conexion->query($consu...
asked by 18.05.2018 / 20:27
0
answers

How can I show a checkbox in a report in Odoo 11 instead of the True value?

I'm scheduling a report in Odoo 11 and so far so good. The only thing that happens is that when a field receives the value from a Boolean type, the text "True" appears. <h4>1.2. Circunstancias significativas</h4> <p>Pa...
asked by 08.05.2018 / 12:37
1
answer

put an input check depending on a conditional

I am trying to make a checkbox have the checked option depending on a field in my database, if it is 1 that is checked but, do not have it, for this I am using a conditional, I use the foreach to fill the rows from the table: code <...
asked by 19.04.2018 / 18:47
0
answers

Send checkbox selected from a php codeigniter table

<tbody> <?php if(!empty($tarimas)): ?> <?php foreach($tarimas as $tarimas): ?> <tr role="row" class="odd"> <td tabindex="0" class="sorting_1"> <input type="hidden" value="<?php echo $tarimas-&...
asked by 23.04.2018 / 16:25
0
answers

How to ask if a checkbox is selected, if it was created dynamically?

I need to go through a grid that I create in a dynamic way when adding an order. But when I delete an order the way I ask if this check is through a cycle of the number of children plus the tag I gave when creating it. CheckBox cb = new CheckB...
asked by 02.03.2018 / 18:23
0
answers

How can I do so that the checkbox that I checked is left marked?

I am very new in android studio and I want to know for example when I mark a checkbox, close the app and when I open it, the marked checkbox will continue like this. It may seem like an easy question but for me who just started it is difficult,...
asked by 09.03.2018 / 06:16
0
answers

Change value 0 to 1 in sql using checkbox in php

I have a form with a checkbox and fields of an sql query like this: checkbox - registry data The checkbox must be checked or not depending on the value it has in the database. It is a tinyint field that I have put a conditional on loading...
asked by 27.12.2017 / 20:26
1
answer

Problem getting selected values from checbox in Jtable

I go through the whole table obtaining the values of the selected checkboxes the problem is that if it brings all the values except the last one selected: in this case you should print the values from 3 to 11 but do not print the latter:...
asked by 18.10.2017 / 19:22
0
answers

Mark only one checkbox in ListView

I have an application where a listView custom rows is filled from a database. Each row has a CheckBox. The ListView fills up perfectly through a SimpleCursorAdapter. The issue is that when you check a CheckBox, other not visible ones are marked...
asked by 18.09.2017 / 15:35
0
answers

how to disable radiobutton with checkbox?

When I select a checkbox the radio buttons are blocked and the value is stored in the database, but when updating the page the checkbox returns me with checked but the radiobuton is not disabled , both the radio button as the checkbox are in th...
asked by 14.09.2017 / 19:29