Questions tagged as 'checkbox'

1
answer

How to transfer the selected checkboxes to an input hidden field?

I have a checkboxes checkbox that selects multiple cities and I need the selected values to enter within a value of a input hidden . The example of what I need can be found here by clicking Neighborhoods >.   WhatI'vedone:...
asked by 04.01.2016 / 16:07
0
answers

Text CheckBox "Yes" and not "True"

Good afternoon, I'm producing a form and I need to know how I do it so that when the CheckBox is selected it will deliver the text "Yes" and not "True" (my excel is in Portuguese). I think this is a simple solution but I do not know how to co...
asked by 05.10.2015 / 21:38
2
answers

Problem with session variable

On my site, I have a part of the code where two checkbox options should be shown for the check-in date with a difference of 72 hours or more compared to today. <?php $difdias = (1/86400)*(strtotime($_SESSION['buscaReserva']['dataInicio'])-s...
asked by 01.07.2015 / 14:14
0
answers

Knowing the value of the CheckBox inside a MultiView / View / DataList

I'd like to know how I could end the value of a checkbox which in turn is inside a DataList that is inserted inside a View and the latter within a MultiView . I tried some methods FindControl but without succ...
asked by 24.06.2015 / 00:35
1
answer

CheackBox on a BaseAdapter, how to use it?

Hello, I'm developing my CBT, and I do not know how to use a checkbox inside a BaseAdapter. My idea is, I have a window that shows me a list of requests and at the end of the list is the total, every item in that list has a checkbox, and I want...
asked by 23.05.2015 / 21:51
0
answers

Displaying alert / context messages with jQuery dynamically in addition to .show (); and .hide () ;?

While interacting with a particular interface, please see jsfiddle , some warning messages (nothing involving validation ..) .) are displayed. My rather rustic approach to displaying / hiding these messages, and certainly also counteracting o...
asked by 20.05.2015 / 20:08
0
answers

Enter checkbox value in the bank and then use it on the screen

I have a recipe registration screen that contains a checkbox called "received", I would like to know how to insert a tinyint in sqlite and then redeem it when I want to consult this recipe. Ex: I create a recipe and I leave the check received em...
asked by 03.02.2015 / 13:45
2
answers

Checkbox with dependencies

In case the quantity and unlimited checkbox. By checking the checkbox, a line with other checkboxes is released with the desired amount of that ingredient: Ingrediente Quantidade [ ] Alface id#1 [X] 1x [ ] 2x [ ]...
asked by 15.09.2014 / 16:47
2
answers

Fill in the value of the select field using checkbox enabled

But,onlysavestheline1andchangestheline10,line11andline12. ThisisthecurrentcodeCode: function check_uncheck_checkbox(isChecked, lineatura1) { if(isChecked) { $('input[name="cor1"]').each(function() { this.checked = true; $('[name^=...
asked by 17.10.2018 / 18:41
1
answer

Select a checkbox field, if one or two options are chosen in the select field

I have a selection field with 4 options. If option 1 is chosen, I want it to check a checkbox field (WHITE) How do I     
asked by 17.10.2018 / 21:19