Questions tagged as 'checkbox'

1
answer

checkbox to determine if it shows field or not

I am working on a registration form where the birth certificate number appears. As you may know, there is the old format of certificates, with the name of the notary, term, book and sheet (4 fields), and a new 32-digit single-field format where...
asked by 16.06.2018 / 21:29
1
answer

Limit jQuery checkbox

I'm creating a system where the bank's ready images and below each image has a checkbox, all this inside a for to get the images of the bank, wanted a function to be able to limit the amount of checkbox ie photos that the user can select, I'm us...
asked by 30.04.2015 / 15:45
1
answer

Visible Password

I am building a login in asp.net and I want that when clicking the checkbox to show the password it is shown. Design asp page <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div id="Titulo"...
asked by 04.05.2018 / 13:00
0
answers

Dynamic ListView with checkbox

How to add checkboxes to items in a dynamic list? I'm developing a school attendance app and this is my class to add students to: public class AddAluno extends AppCompatActivity { BancoAlunos bancoAlunos; EditText digitarAluno; @RequiresApi(...
asked by 04.05.2018 / 05:06
0
answers

Call the servlet as soon as you click on the checkbox

I'm doing a "task schedule" as an activity propounded by my teacher. And the tasks have a checkbox that when selected should change the status of the database (Not yet completed) to (Completed). But I have no idea how to call the servlet after s...
asked by 30.04.2018 / 19:05
0
answers

How to save checkbox in sqlite using recyclerView - android

So I have a project that has a checkbox list that when clicked it would record in a column in the bank that items were marked, so that's fine. So I did not take into account the size of the list and then when I did test using a list that used sc...
asked by 10.04.2018 / 23:46
0
answers

Change data using Checkbox - Php + MySql

Hello, I'm building an internal request system and would like to include status / status steps, I'm trying to do this in bulk using the checkbox. I basically want to select x number of items from a list, and move them to another list. My di...
asked by 20.02.2018 / 16:26
1
answer

Enter a value in the SQL table for each selected checkbox

I have a form with a checkbox group (same as below) and I would like that when I select the values, insert a row in the SQL table for each selected checkbox: <form> <input type="hidden" id="id_pedido" value="123"> <div>...
asked by 24.01.2018 / 11:11
1
answer

How do I print array on screen, segment and location chosen, one at a time?

<div class="col-md-2 col-sm-2"> <form method="post" action="atracoes_resultados.php"> <h4>Escolha o Segmento:</h4> <input type="checkbox" name="csg[]" value="ecologico"> Ecológico<br>...
asked by 06.12.2017 / 06:43
1
answer

Pipes for checkbox Contact Form 7

I need to adapt a checkbox of the wordpress Contact Form 7 plugin with pipes, which I'm doing: My shortcode in the form: [checkbox checkbox-579 "10 cm" "15 cm" "20 cm" "30 cm"] And I have result: ... <input type="checkbox" name="c...
asked by 27.11.2017 / 19:38