Questions tagged as 'checkbox'

1
answer

Use the checkbox to go to an activity

Alright? I'm doing a project and I came across an issue I can not solve. I have already created an activity with login and registration for a user, however my business model accepts two types of users, men or women. For this I created a Radio...
asked by 07.10.2018 / 22:15
0
answers

Send value "0" or "1" from the checkbox to the database [duplicate]

I have the table "Cd_Comments" in the mysql database, with the column "comment_id" "user_id" "text" and "anonymously" I want to make a system for a site, where the user will comment, and if you have checked the checkbox "send anonymously?" it...
asked by 28.09.2018 / 17:31
0
answers

How do I receive the validation of one or more "checkboxes" whose "name" comes from one or more indexes of the array?

A select is obtained $base = mysql_query("SELECT DISTINCT(var)..."); $info = mysql_fetch_assoc($base;) Checkboxes are dynamically created by the number of items in this array <?php do{?> <th> <label class="switch">...
asked by 21.09.2018 / 19:35
2
answers

HTML5 concatenate checkbox with text name

Good morning everyone, I've done a lot of research on the subject and I did not find anything referring to my environment. Come on, I have a Portal Captive in the company, but I have two domains in AD , the Captive Portal sys...
asked by 31.08.2018 / 13:49
1
answer

Pass an id through a checkbox in Angular 5

I need to pass an id through a method on a form when my checkbox is checked. I tried several ways without any results. Below is the code                             {{event.name}}                <div class=" col-3 simple-...
asked by 24.08.2018 / 15:05
1
answer

How to delete multiple items from bd with checkbox marked on ionic 3?

I would like to know how to delete multiple items when the checkbox is checked, in sqlite, with ionic 3, in the delete () function I do not know how to exclude only products that are marked with checkbox. I thought that this way I'm trying to do...
asked by 07.08.2018 / 18:33
0
answers

Turbo Table with Checkbox - PrimeNG

Hello, I'm using TypeScript, Angular 5, PrimeNG and Java for ERP system development. My front has a screen so that the user can choose the days of operation of the establishment. This screen has a turbo table and one of the columns is a checkbox...
asked by 10.08.2018 / 08:08
1
answer

How to create dynamic checkboxes?

I'm using the following commands to create the checkboxes if (isset($finded_documents)) { // inicia a variável que vai guardar os checkboxes $checkboxes = ''; // para cada doc...
asked by 13.08.2018 / 15:42
0
answers

Uncheck CheckBox or Restart Activity

I'm having trouble unchecking checkebox, I have a listview that comes from a database that contains two Check, and has a button that sends that data to another table, everything up here ok, by clicking the "refresh" the activity, uncheck the che...
asked by 12.07.2018 / 15:07
1
answer

Save checkbox in mysql with php

I'm trying to save this form to the database but when I got to the checkbox I could not save it to the database. Here are the codes I tried to use. HTML: <div class="col-sm-12"> <label><b>Como você ficou sabendo do empreen...
asked by 10.07.2018 / 14:24