Questions tagged as 'checkbox'

1
answer

Laravel - Save data in the database only if there is no ...

I have a person registration system and there is an area with several checkbox fields that represent the social groups that the current person represents: TABLES person id | nome 1 | João 2 | Maria 3 | Ana group id | grupo...
asked by 30.05.2016 / 18:27
3
answers

How do I unselect checkboxes when only one is selected?

I have nine checkboxes on my page. <input id="chkCamp1" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp1', this)"> <input id="chkCamp2" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp2', this)"&...
asked by 23.10.2015 / 13:41
1
answer

Required checkbox with javascript to click on link

Good evening everyone! I'm making a website for a college job, and what I want to do is this: I have a simple HTML menu whose options are "Profile View", "Edit Profile" and "Remove Profile". In the latter, there is a checkbox saying that the...
asked by 31.10.2015 / 03:45
1
answer

CheckBox checked as string

I have a string in the format ["0,1,0,1,1,0,1,0,0"]. Where 1 represents checked and 0 is not checked. I also have a grid where I have a checkbox in the first column. I need to checkboxes according to my string. I tried at first using JavaScript,...
asked by 08.07.2015 / 23:43
1
answer

How can I save checkbox in bank with php?

I have several checkbox components on the site, each with the value of the name of a movie, how can I save it to the bank? HTML of one of them: <input type="checkbox" class="checkbox" name="filme"> Do you have to have value or nam...
asked by 10.09.2015 / 01:29
1
answer

Add selected values from a checkbox

I'm developing an application for a beauty salon, I'm using the checkbox component on the following screen: However,whenselectingacheckboxandthendeselecting,theprogramexecutes2timesthecalculation.HowdoIresolvethisissue?Code:     
asked by 26.02.2015 / 20:29
1
answer

Checkbox in theme options

I'm creating an options page for my Wordpress theme, but I'm having some difficulty related to checkbox . The idea is this: If the checkbox infra_bloco1_visivel is checked it will enable a div of content on the page. If it...
asked by 19.11.2014 / 23:05
1
answer

Doubt when picking up checkbox group repeated

I am making a registration form where I have all the days of the week to select <input type="checkbox" name="dias[]" value="Segunda"> Seg <input type="checkbox" name="dias[]" value="Terça"> Ter <input type="checkbox" name="dias[...
asked by 05.10.2014 / 02:45
0
answers

Table CheckBox in JavaFx selects alone when I move on the scroll bar

Hello! I'm learning javafx and I have a table with a checkbox column, when the application starts it list right in the rows of the table. The problem is that when I select the first two for example it selects others alone, and as I go down the s...
asked by 15.10.2018 / 22:35
1
answer

More than one value in a variable id

Select: <div class="span2" class="checks" > <h4>BRANCO</h4> <img src= "/images/cor-05.jpg" width="57" height="27"> <input type="checkbox" data-id="TRANSPARENTE" name="cor5" value="BRANCO" /> <labe...
asked by 18.10.2018 / 14:00