Questions tagged as 'checkbox'

1
answer

CheckBox inverted c # [closed]

I have this code. I'm reading the top-down checkboxes when they have all been selected. But what I needed was, when he started to read, I wanted him to start reading from 2.9.15 up. And not from 2.9.16 down. foreach (UltraListViewItem...
asked by 16.05.2017 / 13:17
1
answer

Do I need to create columns in phpmyadmin for each checkbox I've created?

I'm creating a hotel site for a school project, and I wonder if for every checkbox I created in the code, do I have to create a column in the phpmyadmin database? And how do I store that choice of checkbox there in the datab...
asked by 10.07.2017 / 18:57
1
answer

How to retrieve unchecked checkbox values with PHP

I need to identify fields in checkbox that are unmarked via PHP     
asked by 18.09.2016 / 00:08
0
answers

Create checkbox and save to database

Good morning! I have a question, I am creating an application that when the user clicks to create a certain item in db, automatically creates several items in checkbox, I would like help to save these items in db as well. Follow the code crea...
asked by 04.01.2019 / 13:59
1
answer

Checkbox Check C #

I have the following code: private void lsvRecebeGrupoLayout_ItemChecked(object sender, ItemCheckedEventArgs e) { Layout lay = new Layout(); GrupoLayout grupo = new GrupoLayout(); RepositorioLayout repolay = new RepositorioLayout()...
asked by 06.10.2017 / 21:04
1
answer

Select multiple checkboxes with foreach, coming from the bank in laravel?

I'm populating a checkbox with the bank information, I'm trying to get it to read all checked checkboxes. Controller public function store(RequestProduto $request) { $data = new Produtos; $data->nome_visivel = $request->no...
asked by 25.11.2016 / 14:22
1
answer

Validate checkbox

I'm trying to do with what a form when being sent check that the check box is selected, otherwise it issues a alert asking to select at least one category. The check box field searches for categories in the database. The problem is that w...
asked by 06.06.2016 / 22:47
1
answer

How do I create an installation menu with check box?

I'm creating an installation menu with CheckBox , in this menu will have installation softwares in each CheckBox, after selecting the CheckBox, will have a button that will execute all the checkbox > selected. Each CheckBox will run a softwar...
asked by 25.04.2018 / 23:09
1
answer

Mark checkboxes as indicated in a JSON

I have a table with two rows and three columns all with a checkbox set. The idea is to check as checked by a json string var rs = [{"cklist":"1;1;1"},{"cklist":"0;0;0"}]; and cklist[0] represents the ceckboxes in row 1, and ckli...
asked by 23.02.2016 / 02:38