Questions tagged as 'radiobutton'

0
answers

Select a radio button automatically from the value of another radio button

Good afternoon, I'm working on a non-angular project. In this project I have a form with several radio buttons, where each group of radio buttons represents a scale. What I need to do is, check the values of the selected radio buttons, and from...
asked by 08.11.2018 / 18:38
1
answer

Pick up the value of a radio button

Good evening, I'm finding it difficult to work with the radio buttons of my angular form. I need to get the values from my radio buttons, but no solution found here works, neither with jquery nor with pure javascripty. Here is the code: <ma...
asked by 09.11.2018 / 01:47
0
answers

Get the ID and text of the RadioButton and manipulate the Data

Good morning, someone could help me with this question, how would I get the text and position of the radioButton put in an Arraylist and in my MainActivity that manages this RecyclerView to access this data. Follow my Adapter public class E...
asked by 05.11.2018 / 18:07
1
answer

Radio button flag

Good afternoon, I have a mobile application written in MobileUI and JS, where I have an alert for the company exchange function. In this alert you have the radio inputs, which is to select only one of the options. I would like that when opening...
asked by 05.10.2018 / 18:57
1
answer

checked radio by name and value javascript

I need to mark one of the radio inputs with checked via javascript, preferably using name and / or value for this. <!DOCTYPE html> <html> <body> <input type="radio" name="generoi1" value="fema...
asked by 15.07.2018 / 00:48
0
answers

Problem with slides, which assign radio and target inputs

I mixed two types of checks in a slide transition code, the gray side bars of the box, move the images and move all the lower blocks by checking the last 'block 5' checking the images and the blocks are made of 'radios', the two white squares ma...
asked by 31.05.2018 / 21:02
1
answer

Receiving RadioButton value in RecyclerView

Good evening. I would like your help on a problem I'm having, I'm developing an app for a college job, in case I'm going to have an activity that will have some sort of research, or quiz, whatever you want to call it. The question, and the...
asked by 16.05.2018 / 06:13
0
answers

Radio button is not passing value

I use 3 radio buttons to select the input voltage of an equipment (110V, 220V or Automatic). If I put only 2 radio buttons, they both function normally. If I put 3, the first one does not work correctly. He apparently does not pass the value he...
asked by 28.03.2018 / 16:04
1
answer

Doubts getting the value of a radioGroup to send in an email

Hello, in my code I have 4 RadioGroups and I will pass the value of them in an email. So far so good, but in my code I can not (I do not know how to do) send only the text of the RadioGroup that was selected. Currently I'm kind of forcing the...
asked by 23.10.2017 / 16:11
1
answer

Hide field select according to radio button

I'm trying to hide select fields according to the radio button I can hide the inputs, but the select fields I'm not getting, could anyone help me? Form: <div class="form-group"> <label class="control-label col-m...
asked by 08.06.2017 / 21:18