Questions tagged as 'radiobutton'

0
answers

send RadioButton with SendKeys.Send ();

I am sending information from a windows form to a form. The problem I have is that the How to send Radio buttons? method: private void button2_Click(object sender, EventArgs e) { DateTime fecha = Convert.ToDateTime(txtFecha.Text);...
asked by 21.02.2018 / 12:24
1
answer

How can you create a JTable with 2 Columns with Checkbox (Boolean) {Yes and No}

and that are validated so that if one is selected, the other one is not selected? Although I do not know if it is better with the RadioButtom for unique selections both work the same as I understand, however in the NetBeans Graphical enviro...
asked by 31.05.2017 / 22:42
1
answer

Validate radio button with javascript

I have a form where I have to validate the name, the schedule if it is morning or afternoon and accept the registration rules. With what I have problems, it is the subject of the schedule, I have two radio buttons but I can not validate that...
asked by 27.11.2018 / 11:42
1
answer

Save Value of an Input Radio in a Javascript variable

This code corresponds to the JavaScript code: <script type="text/javascript"> $(document).ready(function() { var Id = document.getElementsByName("rama");//ESTA ES LA FORMA QUE USO let activoFijo = $('input[name="activoFijo"]:chec...
asked by 18.10.2018 / 06:52
1
answer

Mark a radio button according to the value of the database

In a form I have a cycle that generates 3 radiobuttons and assigns the Id and the name they have in the database @foreach($type as $t) <div class="custom-control custom-radio"> {{Form::radio('incapacityType',$...
asked by 04.12.2018 / 22:21
2
answers

How to call a var within a function

I'm trying to get a var that hize in a function and it's not working, it does not return what I want, which is only the var .. My html are the radiobutton : <div class="box-body"> <form m...
asked by 15.11.2018 / 15:22
1
answer

html I have a radio button with required but it does not show me the alert that the field was emptied

           Protected <input type="radio" name="seguro" id="desgravamen" class="formulario__input " > <label for="desgravamen">Desgravamen</label> </div> <input type="submit" name="sub...
asked by 07.11.2018 / 02:44
1
answer

Pass values from one activity (radiobutton) to another activity

Good, I have a problem I want to pass the data of a radiobutton that are in two activitys, one is called sumaActivity and the other restaActivity different to another activity that is called resultadoActivity suma...
asked by 01.12.2017 / 03:38
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
1
answer

Implement RadioButton in ListView

As you can see in the image I have added radio buttons in my list, but I only want one to be selected, I am using simpleCursorAdapter I can select an item in the following way and without problem adding to my variable the name of...
asked by 12.02.2017 / 08:10