Questions tagged as 'checkbox'

1
answer

Laravel 5.5 Collective checkbox

Then friends are fine with you, I'm starting in Laravel and I'm not able to solve a problem that should be simple. I have a view that inserts data in db with a form built through collective and a single checkbox that save...
asked by 22.11.2017 / 23:24
1
answer

Edit status of multiple records with checkbox checked?

I need to send an array with the ids of the records that have the checkbox checked, to edit the status field at one time. Note1: All records will suffer the same change listed in a select. Note2: I can edit each record individually through a lin...
asked by 06.11.2017 / 13:50
1
answer

How can I show a value in a jTextField when selecting a JCheckBox at runtime?

privatevoidbtCalcularActionPerformed(java.awt.event.ActionEventevt){doublesalario=0,irrf=0,inss=0,valorTotal=0;FolhaPagamentopagamento=newFolhaPagamento(Double.parseDouble(txtValorSalario.getText()));salario=pagamento.getSalario();if(cbIRRF.isS...
asked by 01.11.2017 / 18:56
0
answers

CheckBox android studio

How can I display my checked-in checkbox with recovered code value. I was able to recover the value checkBox1 = (CheckBox) view.findViewById(R.id.check1); and saved in a var if (checkBox1.isChecked()){ check1InputLayout = "1"; }els...
asked by 25.10.2017 / 04:11
0
answers

How do I make a check box get "checked" when I enter values in 2 fields dynamically?

How do I make checkboxes tick when the user enters values in both fields? <td class="col-xs-2 col-sm-2 col-md-2 col-lg-2" ><input type="number" max="20" min="0" size="1" maxlength="2" name="<?php echo 'scorea'.$n; ?>" value="{{...
asked by 12.10.2017 / 03:22
0
answers

How to save PHP checkbox table Javascript

I have a "checkbox table" and I need to save it in the BD, obviously I'll need to show it later, but I do not know the best way to do it, I'm exhausted from the service and I can not think straight. Follow the code: $("#addCronogramaFi...
asked by 18.10.2017 / 20:17
1
answer

Button to check and uncheck all checkboxes

First, there's this question about Mark / Uncheck all checkboxes except the disabled , however I do not want it to clear what is already marked when clicking again. I want the button to uncheck all checkboxes , but if it has any checked, it sh...
asked by 07.08.2017 / 17:10
1
answer

How do I show some elements of an array following this criterion?

I have to make a php form that in the end shows the price of each product bought, showing only the prices of the products that were marked in the other column of the table in the checkbox: FORM: **<!DOCTYPE html> <html> <head...
asked by 06.08.2017 / 01:46
1
answer

Set up a checkbox, analyzing an already checked checkbox. Jquery

I have the following situation: I need to make clicking a Jquery button check if a checkbox on the page is set to true, and if so, make another checkbox also marked true I tried to use the following code, but without success: $("#button"...
asked by 17.07.2017 / 02:25
1
answer

Python: select checkbox in an orderly manner selenium web scraping

I have a list containing hundreds of data in the format [ '5008489', 'Órgão: MPF', 'PROCEDIMENTO DO JUIZADO ESPECIAL', 'CPF', <selenium.webdriver.remote.webelement.WebElement (session="8834847081a4be257906cce85807f88...
asked by 31.08.2017 / 21:18