Questions tagged as 'radiobutton'

2
answers

Show / Hide Fields using radiobutton and jQuery

How do I make the fields come hidden and only appear with the selection of a radio? I'm going to put down the fields and the script that I use to hide as I click (which is already working), my problem is that when I open the forms, the fields...
asked by 23.03.2017 / 14:09
1
answer

How to set a Boolean value of a RadioGroup

Example: EditText etNome = (EditText) findViewById(R.id.etName); EditText etAge = (EditText) findViewById(R.id.etAge); RadioGroup rgClienteVivo = (RadioGroup) findViewById(R.id.rgClienteVivo); If I wanted to set these two value...
asked by 02.10.2016 / 03:37
2
answers

Why only save the last record in the table?

Well, here's a little help, please! <%= form_tag(portabilizar_portabilidades_path, name: 'form', method: :get) do %> <table class="table table-condensed table-bordered table-hover"> <thead> <tr>...
asked by 17.05.2016 / 21:19
1
answer

How to control a RadioButtonList via code

I'm using C # asp.net web forms I have two RadioButtonList <asp:RadioButtonList ID="rblGrupo" runat="server" AutoPostBack="True" CellPadding="5" OnSelectedIndexChanged="rblGrupo_SelectedIndexChanged">...
asked by 15.10.2015 / 20:58
0
answers

Radio Button back with the old value

Hello I have the following code: <div class="resposta"> <label class="radio-inline" style="padding-right: 20px;"> <input type="radio" name="1" value="S" {{ old('resposta1') == "S" ? 'checked' : '' }}&...
asked by 08.03.2018 / 20:11
1
answer

Radio Button how to configure please help me

I'm doing an application design project here in college for power generator, so we're using Eclipse , in case you'd like to know if(radioButton1.isChecked()){ How do you do when the person clicks this button to issue a response? I await yo...
asked by 28.11.2017 / 02:28
1
answer

Validate Radio Button JavaScript + MVC Razor

I need to validate if all of my Radio has been checked, can you help me validate this in JS? My cshtml is mounting the radio's through a List < > of the Model. <div id="checklists" class="row"> <div class="col-md-6">...
asked by 26.10.2017 / 16:01
4
answers

How to change the color of the radio button text when you lose the selection

I'm trying to change the text color of the radio button when I lose the selection. It happens that these radio buttons are in several tables. The rule is as follows: The screen will be loaded with some one radio button selected per table. When t...
asked by 20.06.2017 / 19:49
1
answer

Get value from Range button and execute function in real time

I need to have the same value in javascript pure and in real time the same value is taken and depending on it (if it is 1, 2, 3, 4, 5) only the corresponding div appears! var inputvar = document.getElementById("numerodemqs_input"),...
asked by 21.01.2017 / 18:31
2
answers

Check on Radio button with DB data

I'm having problems getting the data from the bank and passing via session to my form, all the input data is coming correctly, I just can not pass it as check to my radios ... I tested it in several ways, one of them was: <div...
asked by 06.06.2016 / 16:16