Questions tagged as 'checkbox'

3
answers

Update attribute model to false when selecting another radio button AngularJS

Good evening to everyone: I'm working on a form with AngularJS. The idea is that by marking a field, more options are opened exclusive for that field (that is, only if that option is marked). And I can only mark a field of all possi...
asked by 19.08.2017 / 22:26
2
answers

undefinedbr / - Javascript - DOM - checkboxs

I have a select with four options, I can choose the ones you want, when you press the button "send" you should send the text of the selected options to div . This is my code: //Función que crea una caja con los dat...
asked by 18.05.2017 / 13:14
2
answers

Doubt when validating CheckBox that dynamically creates

I have a project in Xamarin and through this code, dynamically generate more than one CheckBox if (Lista != null && Lista.Count > 0) { LayoutParams lp = new LayoutParams(LayoutParams.MatchParent, LayoutParams.WrapContent);...
asked by 04.04.2017 / 15:42
1
answer

Print the 'value' of a checkbox 'not true or false' in javascript

I have two checkbox of html connected to a function JavaScript , one says it has a front camera and the other one does not. It works very well, but instead of printing yes it has or not it does not have , it prints true...
asked by 22.02.2017 / 20:33
0
answers

how to save selected checkbox in array, with angular 6

I have several checkboxes as follows: ts: sectores = [{ sector: "Turismo" }, { sector: "Publico" }, { sector: "Privado" }, { sector: 'Taxis' },{sector:"Carga"},{sector:"Empresarial"}] html: <div class="form-group">...
asked by 02.01.2019 / 22:39
0
answers

Export selected data (multiple checkboxes) to a table

It turns out that I have several fields in the checkbox, and I want that each time the checkboxs are marked or selected, they pass the data to a table the checkboxes are within a modal, then in the modal the fields are selected, which when se...
asked by 30.12.2018 / 00:50
0
answers

Datagridview consumes unselected data

The problem I have is that the point of the add button is to go to the gridview on the right only the data in which the checkbox is palomated, but in this case if I do not select anything, it brings me this data: WHAT ARE THE DATAGRIDVIEWSECTION...
asked by 27.12.2018 / 18:42
1
answer

Dynamic CheckBox C # Events

How can I do events in a checkBox set that I am creating, that is, I have my code: for (int i = 1; i < NcheckBox; i++) { CheckBox cbxN = new CheckBox(); cbxN.Text = nameCheckbox[i]; cbxN.AutoPostBack = true; cbxN...
asked by 04.12.2018 / 01:36
0
answers

How can I deactivate a checbox box right after I check another one?

I have an activity where I want to select if the gender is male or female, for this I have two checbox. How can I make it so that when I check, for example in a female, I automatically deactivate the male box so that the two options can not be s...
asked by 29.11.2018 / 02:53
0
answers

How to validate checkboxes in Spring MVC?

Any help I can learn is more than welcome! I have the following spawn, created by me: I want to validate the checkboxes that are shown in the image next to each of the ice cream tastes. Then create this form: <!-- Modal -->...
asked by 23.11.2018 / 20:07