Questions tagged as 'checkbox'

0
answers

ASP.NET MVC + Checkbox how to proceed? [closed]

I have a list where you can register a SOCCER TIMES in CHAMPIONSHIPS, that is, I need to select several teams for a league, I make a list with checkboxes but I do not know how to proceed later: <ul> @foreach (var item i...
asked by 30.11.2016 / 00:05
0
answers

Burning / Editing Laravel Checkbox 5.2

Hello, I am developing a Course Register in Laravel 5.2. I created CRUD perfectly, it creates, edits and deletes everything right, but in this register it has 3 items that are of type CHECKBOX, I can register and save in the bank (MySQL) correct...
asked by 21.11.2016 / 19:55
0
answers

How to generate a list with data from an Android Checkbox?

I'm developing an Android app for pizzeria that generates a list of checked CheckBox ingredients, that is, the user gives a "check" on the items they want for their pizza like catupiry, calabresa, onion, etc., and so on. the list is mounted....
asked by 19.10.2016 / 02:11
2
answers

How to change the checkbox color of a MultiSelectListPreference [closed]

I would like to know if you can change the colors of these CheckBox which is currently green (default color) to the accent color of my app .     
asked by 05.09.2016 / 03:15
0
answers

Fill gridview checkbox through SQL Server

I have a checkbox in the gridview and I want to load 'bit' fields in the SQL Server bd in this checkbox, that is, if it is 'True' the checkbox is 'checked'. I have this: connect = CONN(un, passwords, db, ip); String query = "select * from a...
asked by 12.10.2016 / 22:47
0
answers

php chebox filter

function parseMysqlQuery($array) { $output = ''; foreach( $array as $key => $value){ $output .= !$output ? " WHERE $table.$key " : " AND $table.$key"; $output .= ' IN ("' . implode('","', $value) . '")'; } echo "Key: $key; Value: $valu...
asked by 01.08.2016 / 20:22
2
answers

How to insert checkbox dynamically from Python / Flask code?

I'm trying to create a script in Flask and I came across the following situation: I have in my code a for which scans the subdirectories of a root directory: for root, dirs, files in os.walk(destination): for name in dirs: ......
asked by 16.05.2016 / 15:06
1
answer

Assorted Value [] equals checkbox

I made a table with 180 checkboxes but only 3 will be randomly selected by the site visitor. When I click "Next" it will appear OK in the URL of the next page: ....&values[]=18&values[]=19&values[]=110 On the next page h...
asked by 10.04.2016 / 02:10
0
answers

Dynamically create columns of checkboxes with angular

I'm trying to dynamically create columns from checkboxes in a dropdown, using angular. I use bootstrap. Each checkbox item may or may not have related children. The solution I found was to put everything inside a div ( .col-sm-4...
asked by 03.03.2016 / 06:34
1
answer

JavaScript Error in Chekar asp: CheckBox

Good morning. I have the following code: HTML: <asp:CheckBox ID="ckPergunta" runat="server" onchange='SelectChoices(this);' /> JavaScript: <script type="text/javascript"> SelectChoices(); function SelectChoices() {...
asked by 26.11.2015 / 13:46