Most voted "radiobutton" questions
`radiobutton` are elements used in forms. They allow a user to select exactly one of a limited number of options.
Learn more…91 questions
Sort by count of
-
1
votes1
answer156
viewsThe radio button is behaving like a checkbox and does not allow selecting or unchecking the option
function transformar(){ var converter = parseFloat(document.getElementById('converter').value); var resposta = document.getElementById('resposta'); …
-
1
votes1
answer487
viewsChange placeholder by clicking the radio
I’m new to JS, and I would like to click on a radio and the placeholder would change according to the radio clicked, I did this way but it doesn’t work. Here is my Modal: <!-- Button to Open the…
-
0
votes0
answers38
viewsLike me Seto a value of a radio in jquery for php
The code to watch the radio is this //Começo para mostrar a carta 1 do jogador 1 var $carta1 = $("<td align='left' valign='top' nowrap='nowrap'>Carta1</td>");…
-
0
votes0
answers66
viewsError printing given in an edittext
I am stuck to a problem, I have to receive values in three radiogroups to make the calculation of more 3 edittext along with the result of a method, the method works perfectly but the final…
-
0
votes1
answer93
viewsI am continuing a "form" of a website, using JS HTML PHP
My question is: When clicking on a radio button, the other "Buttons"/ other questions that are in the simulator should disappear, if press yes, if you press no there is no action, the button I want…
-
0
votes1
answer93
viewsHow to include several Radiobutton?
I was interested in making an APP with 30 personality profile questions, where each question will have two choices. I thought of using the RadioButton, but as there are 30 questions I would not like…
-
0
votes1
answer245
viewsHow to show an exception message if the user does not check a radio button on Xamarin Android?
I need to display an error message on the screen if the user does not check a radio button. In this code, there are 13 radio groups separated into 4 radio groups I tried to use Try/catch and…
-
0
votes1
answer38
viewsDoubt when obtaining the value of a radioGroup to send in an email
Hello, in my code I have 4 Radiogroups and I will pass their value in an email. So far so good, but in my code I am not able to (I don’t know how to do) send only the text of Radiogroup that was…
-
0
votes1
answer89
viewsSave Radiobuttom after selection
Hello, someone could help me in this matter, I have a list with questions in them there are 3 Radiosbuttom for responses, what I want is when the user click the save button, he lists the selected…
java android sqlite android-recyclerview radiobuttonasked 5 years, 4 months ago Renderson Cerqueira 1 -
0
votes1
answer111
viewsHow to pass data to a new line created by javascript
I am creating a function to save a form directly in a table, the table rows contain an onclick function that takes them to function in javascript function xpto() { if (linha == null) { var linha1 =…
-
0
votes1
answer94
viewsRun Query according to selected Radiobutton
I have the following form: <?php echo"<fieldset>"; echo"<legend>OPÇÕES</legend>"; $query_menu = mysql_query("SELECT rm_id AS FUNCAO, rm_desc AS DESCRICAO, rm_obs AS OBSERVACAO,…
-
0
votes1
answer192
viewsPHP - How to navigate a radios array?
I have the following code: <?php while($row = mysql_fetch_array($alunosTurma)){ ?> <tr> <td><?php echo $row['NM_NIS_ALU']; ?></td> <td><?php echo…
-
0
votes1
answer469
viewsAssign value to a Boolean variable according to selected Radio Button
I’m trying to implement my application, where the table empresa won a new column called status, which would be completed in accordance with Radio Button this would serve so that when generating the…
-
0
votes0
answers55
viewsHow to read dynamically created components inside a Listview
I created a list of questions that I received from an api, so I created these questions dynamically, I didn’t use.xml layout, it was all by programming. Now I would like to know how I can read the…
-
0
votes1
answer821
viewsLaravel with panel Laravel-admin
I’m a beginner with Laravel and I’m using Laravel 5.3 with the Admin Panel called Laravel-admin (https://github.com/z-song/laravel-admin) I need to get the answer of a radio button with Ajax before…
-
0
votes3
answers1707
viewsRadiobuttons, horizontal and vertical layout
I have a layout with 6 Radiobuttons. They are both horizontal and vertical. How can I solve this problem? Since using 3 Radiogroups, I can’t uncheck the radio button outside the group. As such, I…
-
0
votes1
answer526
viewsHide select field according to radio button
I am trying to hide select fields according to the option chosen in the radio button I can hide the inputs, but the select fields I’m not getting, someone could help me? Form: <div…
-
0
votes0
answers118
viewsRadiobutton changes checked when scrolling Listview
Good afternoon, I have a problem with Radiogroup on a listview. Next, when I mark a Radiobuttom and use the scroll of my listview, the marking I made appears in another Radiobutto and not in what I…
-
0
votes2
answers758
viewsCount radio inputs that are :checked
I have two inputs in each group with name equal, where each one has values different, whole and half Using the if and else or otherwise, I would like to count the inputs that will be checked. When I…
-
0
votes1
answer372
viewschecked 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"…
-
0
votes1
answer214
viewsRadio 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, both work normally. If I put 3, the first one doesn’t work properly. He…
-
0
votes1
answer67
viewsReceive Radiobutton value in Recyclerview
good night. I would like your help in a problem that I’m having, I’m developing an app for a college job, in case I’m going to have an Activity that will have a kind of research, or quiz, as you…
-
0
votes2
answers480
viewsAlignment of the radio button below the image
Hello. I have this code: <div class="span12" style="padding: 1%; margin-left: 0"> <div class="span3"> <h2>Inicio da Palavra</h2> <img src= "/images/inicio.png" width="300"…
radiobuttonasked 6 years, 3 months ago Júlio Ricardo 33 -
0
votes1
answer72
viewsRadio 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 has radio inputs, which is to select only one of the…
-
0
votes1
answer91
viewsCheckar all daughter class radiobuttons checkbox
I have a page that will display a Checklist, the data displayed is coming from the database. I need that when the user clicks on the first checkbox (id="selectTdsA", for example) it selects all the…
-
0
votes1
answer245
viewsradio button selected according to BD on foreach
Good morning, as I can do to leave the radiobutton selected according to the database, I have a table in the database with the categories being listed in a foreach on the radiobutton, until then…
-
0
votes2
answers183
viewsChange button link according to radio
Guys it’s a stupid thing I know, but I’m racking my brain, I need help who can thank you. . I am making a simple form, I need to have a rating question, if the person choose the option a link…
-
0
votes2
answers26
viewsProblem to record radiobutton in db with Jquery
I have a form where the data placed on it is recorded in the db by a jQuery, but we radiobutton cannot save the item I select. Below a part of my form. On the radiobutton Sexo_Segurado that I have…
-
0
votes1
answer237
viewsChange checkbox value from radio
I wish that when it was selected "brother" in the radio the value of checkboxes fold. function soma_valores(campo) { if (campo.checked) { var valor_anterior =…
-
0
votes1
answer77
viewsChecked radio button with sql query listing
Good afternoon, I have an appointment that calls me back radio buttons with some BD results for further handling, however when I put the checked it is marked in the last table result, how can I make…
-
0
votes0
answers78
viewsJquery does not serialize radios input value
Ola, I have a form that is sent via Ajax, I had to add some radio inputs. However the method serialize() does not take the values of the radios (I have two groups of radios in this form), all the…
-
0
votes1
answer33
viewsUnique selection of Radiobutton
Hello, I would like to ask for help on the unique selection of a Radiobutton, I inserted two on my page and I wish only 1 could be selected if the other was automatically unchecked the other...…
-
0
votes1
answer415
viewsRadio button selection - Selenium and Python
Good morning, everyone! I’m trying to extract information from the central bank website using Lenium with python. First let me explain that although there is an API to get the SELIC number, it only…
-
0
votes1
answer108
viewsImplement radio Buttons using the unform library
I get the following array of an API: Array Exam: [ { id: 2, question: 'Questão 1:', essay_question: false, value: '2.00', options: [ { id: 1, option: 'Opção A', correct: false, question_id: 2, }, {…
-
0
votes1
answer28
viewsHow to navigate from Radiobutton?
I’m doing a project where the user has to choose one of the languages below and then click the "finish" button. However, as I would navigate between screens, if there are three possible screens that…
-
0
votes1
answer17
viewsHide a radio button when clicking another radio button
Good morning guys, I’m having a question on the radio button, I have no idea what to do.. I’m a little new to php / javascript and wanted to understand how to make it work. I have a grid of courses,…
-
-1
votes1
answer453
viewsTake the value of a radio button
Good evening, I’m finding it difficult to work with my form’s Radio Buttons at Angular. I need to take the values of my radio Buttons, but no solution found here works, neither with jquery nor with…
-
-1
votes1
answer54
views{HELP} I will change the Radio Button Link in a Form, but it does not arrive in the email
I have a problem in a form, I need when choosing a radio it change the link to where the information goes,that I could, but in the email is not getting the form information Someone can help me?…
-
-1
votes2
answers63
viewshow Function would look to enable several checkboxes from a Radio type
I would like to checkbox social networks, but only enable if the person clicks on the type="radio" "yes". how Function would look for this in javascript. <label>Possui rede social:…
-
-2
votes0
answers30
viewsHow to fill in an input with other values based on choosing a radio button
<input type="radio" name="qtd" value="250"> escolhido <input type="radio" name="qtd" value="500"> <input type="radio" name="qtd" value="1000"> Here I want you to load the value…
-
-4
votes2
answers36
viewsShow input field depending on radio button selection
In a form, you will have the yes or no option, if yes the user will describe $(document).ready(function() { $('#descreva').hide(); $('#def').change(function() { if ($('#sim') checked) { if(…