Questions tagged as 'checkbox'

1
answer

checkbox "select all" jquery and CakePHP

Hi, I have foreach in a table that lists several checkboxes . I need to do a jquery function that by clicking on the checkbox of <th> % with_% the checkboxes of the next selecione todos . Look at my code:...
asked by 14.01.2016 / 12:21
2
answers

Checkbox condition isChecked

Hello, I'm using a CheckBox and I would like it if it was Checked, it becomes visible a Layout. I'm using the code below and it only works for when it's clicked, but I already want to check it out. I tried to get the code from within the .setOnC...
asked by 23.11.2016 / 20:09
1
answer

How to limit the amount of checkboxes selected?

I have form with 5 (five) checkbox . I would like the user to only be able to check three (3) of those five (5). How do I do this validation using jQuery or Bootstrap? Thanks everyone for your cooperation.     
asked by 20.02.2015 / 06:03
1
answer

How to disable checkbox without using disabled?

How could I inhibit changing checkbox without using disabled , since I want to send it via form. <input type="checkbox" name="option1" readonly="readonly" checked="checked"/> // esta alterando <input type="checkb...
asked by 15.03.2016 / 15:22
3
answers

Store multiple checkboxes in a column with only PHP + MySQL

I am having difficulty storing multiple checkbox in the same field as the table. In this case, when filling out the form and marking more than one checkbox , it stores only the value of the last checkbox . Here are some sni...
asked by 24.08.2015 / 14:07
1
answer

Task List

This is the following I am doing a list of tasks and at this moment I am with a doubt wanted to do a checkbox for when the task is completed the person to put checked my question is if it is necessary database for this purpose or not? so that wh...
asked by 26.12.2017 / 01:50
2
answers

Save Checkboxes Values in Android Studio

I'm in a project that has many checkboxes, and they have to be stored definitively, ie when the user close the app and reopen it has to be checked. Would you like to know how to save checkbox modes, definitely, in the app created in Android Stud...
asked by 14.09.2015 / 15:38
1
answer

Passing checkbox values

Good afternoon, I need to pass selected values from a checkbox to a page via a form via Post and save them to a database, but I can not, could you help me? Follow the code: Form: <form class="form-horizontal" method="POST" action="...
asked by 20.06.2015 / 18:59
2
answers

Checkbox multiple and save in bank

I have a form where I can mark several checkbox at the same time and wanted to know how to identify the ones that are marked and save them in the database. In the database I will have a table and a column for every checkbox beca...
asked by 09.10.2015 / 00:10
1
answer

CheckBox checked / unchecked does not follow instructions

Activity starts with the layout activity_home and the CheckBox unchecked. When I touch% color, the layout becomes CheckBox , but activity_home_avancado remains unchecked. On the second touch, it is checked...
asked by 17.12.2014 / 04:36