Questions tagged as 'checkbox'

1
answer

How to convert a CheckBox to a Toggle Button?

I've created a checkbox column - DataGridViewCheckBoxColumn - in the DataGridView and would like to know if it is possible, and how do I make this column become a button column enable or disable a Toggle Button ?     
asked by 21.06.2017 / 21:19
2
answers

Show and delete fields and according to checkbox field selected?

How do I make these rules work in Checkbox? When Selected "outsourcing" Shows "divOutsourcing", When Selects "Audit" Shows "divAuditoriaOptions", When Selects "Consulting" Shows "divConsultingOptions" Remembering that the same options hav...
asked by 10.05.2017 / 21:05
2
answers

Checkbox help in C # [closed]

I have this code. private void Verificar() { mUpdater = new DatabaseUpdaterService(); mUpdater.Initialize(false, null); DataTable dt = mUpdater.GetVersionCheckBoxToUpdate(); int h = 0; foreach (DataRow row in dt.Rows)...
asked by 03.05.2017 / 13:01
1
answer

Saving checkbox data and sending to another activity

I have a list of products, which comes from an online database, each product contains a checkbox, name and value. What would be the best way to pass only the data of the marked products to a new activity? It is a system similar to a shopping car...
asked by 06.04.2017 / 01:02
1
answer

Setar option when marking / unchecking checkbox

I need to reset a select through checkbox . The problem is when I try to access option with jQuery. HTML <select id="selSub"> <option value="0" >Selecione</option> <option value="1" >1</optio...
asked by 22.03.2017 / 22:25
1
answer

Customize the Contact Form 7 Chekbox

I'm trying to customize a contact form checkbox 7, wordpress, but I'm not getting results! It should look like this: Anditlookslikethis: Thecodeinthecontactformisthis:<label2style="width:99%">Disciplina<br>[checkbox* disciplina clas...
asked by 06.03.2017 / 15:15
0
answers

Place as checked checkbox retrieved from LocalStorage

I have a table that each product has the same additions and are chosen from a checkbox. Then I check with this function when refresh which ones were chosen and I put checked but because they have additional with id equal then it is also p...
asked by 03.04.2017 / 18:58
1
answer

How to assign values to variables through CheckBoxes and from there to create specific TextViews in another activity

I would like values to be assigned to a variable according to the selection of a given CheckBox in my project. In an example. If the first checkbox was selected, the following variable was assigned: cont+=1. If the second checkbox w...
asked by 08.01.2017 / 22:52
3
answers

How to get value from checked checkboxes

I'm developing a website that has a neighborhood search filter, where the person selects checkboxes in the neighborhoods. Then I need to get the values that are checked and play in a text (ex: Selected neighborhoods: Brooklin, Campo Belo) The...
asked by 24.01.2017 / 15:14
0
answers

Know which checkboxes are selected in the adapter and perform operations on the activity based on the selected checks

Hello,Ihavealist(ListView)andwhenIselectoption1inmyspinnerit'svisibleinframelayouttoshowonthescreenacheckboxforcadadlistitemwith0pstatus,IwaswonderingwhichchecksboxsareselectedintheadapterforthatinactivityIcanincludeinalistandchangestatus.Thisi...
asked by 09.12.2016 / 18:10