Questions tagged as 'checkbox'

3
answers

How to write content in a session in classic asp and move to an mvc page?

How to write check of checkbox to session so you can use it on another page? Is it possible?     
asked by 01.03.2016 / 18:33
1
answer

How to uncheck a CheckBox when marking another?

I wish this could not happen. The user clicking on the other CheckBox , deactivated the one previously marked. MainActivity.java package genesysgeneration.umouoto; import android.support.v7.app.AppCompatActivity; import an...
asked by 10.01.2017 / 01:27
2
answers

How to correct these styles to get around the reported error?

I am modifying inputs checkbox by hiding them and calling labels to receive the checked function. How can you see in FIDDLE and also in the codes shown below, when clicking ascending order, the effect is assigned to...
asked by 02.01.2016 / 04:44
1
answer

Why is the data disappearing when refreshing this page?

While I use this filter to search real estate, everything goes well but at the time I refresh the page, the checkbox causes the search to disappear. It undoes all session or at least it gives an error in the filter that does not...
asked by 01.01.2016 / 21:03
1
answer

I have a checkbox set but only wanted one selected

I have a set of checkbox but only wanted one selected and, if they selected another, the one that was selected was deselected. I've tried this, but it does not work: if (chkfemenino.isChecked()) { params.add(new BasicNameValuePai...
asked by 28.04.2015 / 12:58
2
answers

Passing parameter to another activity with sharedPreference [duplicate]

I have a code where I will access a webservice that will be changing the ip weekly, I created a sharedpreference for the user to save the new ip and when that save my activity would pull that ip saved in the shared preference and would end up...
asked by 29.08.2017 / 20:35
1
answer

Doubt on using checked="checked" in a jquery function

I have a form and wanted that when the page was loaded, if my checkbox is set, disable the "disable" property of the form. In the code example below, I put checked="checked" but it only works if I click to disable and click again to en...
asked by 11.10.2016 / 01:42
3
answers

Fields Checkbox Coming from the database

I have 3 tables, respectively: Vehicles vehicle_id, vehicle_name . Accessories acessorio_id, acessorio_name Vehicle_accessories vehicle_id acessorio_id On the vehicle registration page the accessories f...
asked by 21.10.2015 / 23:21
2
answers

Javascript - Showing and hiding divs according to selected checkboxes

I have the site with 9 checkboxes, each associated with a div. When a checkbox is selected, the div related to it is shown. When another checkbox is selected, the div related to that other is also shown. For example, chkCamp1 shows optCamp1. chk...
asked by 23.10.2015 / 14:54
1
answer

Radiobutton and Checkbox Sum

I am here a code in js that when selecting a checkbox it displays the value of the checkbox in an input and if I select more than one it adds the selected checkboxes and displays the total value also in the same input My problem is this, the tim...
asked by 27.10.2015 / 05:26