Radio buttons are elements used in forms. They let a user select exactly one of a limited number of choices.

learn more… | top users | synonyms (1)

0
votes
2answers
14 views

How to put a Spinner beside a RadioButton

I have this layout: (since my reputation is not yet 10 I sincerely ask you to view this image link) http://tinypic.com/r/2q9f80z/5 I want to put a Spinner beside the last RadioButton as you can see ...
0
votes
0answers
51 views

jQuery .click() on radio button not working … sometimes

I am having an issue with dynamically setting a radio button...some of the time. I am reading in information from a database to auto-populate a form. I can get some of the radio buttons to behave ...
0
votes
0answers
13 views

findViewById() doesn't return RadioButton on Android x86 image

I'm having problem with getting selected RadioButton. This bug specific for x86 emulator, on ARM emulator this code works good. final RadioGroup datesList = (RadioGroup) ...
0
votes
2answers
18 views

position style series of radio buttons vertically

I have the following html. <td> <div id="form_comparison" class="field radio_field"> <input type="radio" id="form_comparison_0" name="form[comparison]" value="1"/> ...
0
votes
0answers
21 views

How to make default selection of Radio button control inside longlistselector?

I am using the radio button control inside data template of longlist selector. when I select the radio button I am able to get the selected item. But when I progress further in my App to some other ...
-1
votes
3answers
43 views

Android : How to make a radio button look like a toggle button [duplicate]

I add a Radio Button in my layout. It is unchecked to begin with. And when I click on it , it becomes checked. But when i click on it again, it does not become unchecked again?
-1
votes
0answers
18 views

EditText value's operations Android

I want to do a simple calculator for android. I know a bit of java and programming logic, but I can't understand what's going wrong in the following code: public void calcula(View view) { ...
0
votes
4answers
41 views

Javascript Radio Button Validation Error

I can't get the radio button validation to work correctly. The check boxes and textf ield are fine, but the radio buttons are not validation as checked, so the page is not continuing on to the ...
0
votes
2answers
34 views

How to make sure at least one radio button is selected in each group, php

So I am trying to put together a voting system for each entry of a thread. Each entry gets a set of radio buttons (1, 2, 3) and a submit button is at the bottom. I want people voting to make sure they ...
-1
votes
0answers
39 views

How to get the value associated with a button

Hi I have a problem to put my radio button values in my database for a specific ID. I have a bugs table in my database where I wan't to update the column status trough radiobuttons. When a user wan't ...
0
votes
1answer
31 views

Radio buttons to images and hover over values with tooltip

I am trying to make a selection using images to replace the radio buttons. So far, I have this code which works... <table width="200"> <tr> <td><label> <input type="radio" ...
0
votes
1answer
35 views

iCheck plugin with Angular.js

There's an awesome plugin for checkboxes and radio buttons customization (seems to be a best one for that). https://github.com/damirfoy/iCheck How do I connect it with Angular.js? I'm not too ...
0
votes
2answers
32 views

Displaying an optional input field triggered by a radio button

As you can see here, I have a bulleted list. The last option on that list is "Other". When Other is selected, I want the "If Other, please describe here:" element and respective input box to be ...
0
votes
2answers
55 views

RadioButtons and Throwing Exception

I have two radio buttons for the user to select the type of movie they like. This is just an example program, as I want to understand throwing exceptions better. When the user clicks the display ...
-4
votes
2answers
37 views

java how to open another radio button when first radio button is selected [closed]

I'm trying to make a program which users will select a promo into a radio button then another set of radio button will open. example: * coke * pepsi I will choose "coke" then another radio button ...
0
votes
0answers
24 views

Zend Framework 2 accents using formRow view helper

I have a class which contains all traduced strings of my page. All strings have its accents with its respective &xacute; code. When I render my page, the labels rendered with formLabel view helper ...
1
vote
1answer
30 views

Jquery prepend with no class input=TYPE

I am wondering if its possible to use a selector of an input field with no class... I do have quite a few options to use below is a psudo type command that I would like to accomplish. Type of ...
0
votes
2answers
19 views

Great distribution of horizontal radio buttons

I have 3 RadioButton in one line (linearLayout). I want to distribute them properly in the line, and not align all of them to the left, just as in this screenshot. Currently it is displayed like ...
0
votes
0answers
16 views

dynamic radio button select by name passing by post

play.js //frm select character submit to character selection document.getElementsByName("char_choice").onclick(function() { //$("#character_select_data").click(function(){ var chari = ...
0
votes
0answers
16 views

can we use <s:radio> tag without passing the collection in the list attribute

I am using < s:radio> tag in struts 2 application. but i don't want to pass a collection in the required attribute list. How can i do this? I am using this code in my Action class- ...
1
vote
4answers
49 views

Show an AlertDialog when button is clicked

I am trying to view a dialog box with radio buttons but when I clicked on the button alert dialog box never appears. Below is the code. Please let me know if there is any alternate solution to this. ...
0
votes
2answers
53 views

My JavaScript-based quiz doesn't work. Why? [closed]

I'm designing a quiz and I tried to check if the radio button with id q1 was selected, and if it was it would take score and add 1 point. And after that I could click and it should display the score ...
0
votes
4answers
45 views

PHP radiobutton testing [closed]

I am creating a search facility for my website in PHP. Essentially I have two radiobuttons, one labeled "users" and the other labeled "topics", the idea being that the user will have the ability to ...
4
votes
0answers
34 views

Nesting Fieldsets under Radio or Checkbox items: Zend Framework 2

I would like to create a fieldset under each radio/checkbox item. e.g Which animals do you like [x] Cats [Fieldset of cat related questions] [ ] Dogs [Fieldset of dog related questions] ...
1
vote
5answers
27 views

JavaScript not comparing the parameter value passed

I have following html - <input type="Radio" name="radio2text" value="Radiobutton1" onclick="javascript:radioWithText('one')" checked="checked" />OneRadio<br/> <input type="Radio" ...
0
votes
1answer
25 views

Tapestry5 zone doesn't update on radio button change using zoneUpdater

I've got 2 radio buttons on my Tapestry5 page and I want to update zone when value changes: <t:radio t:id="allDay" t:mixins="zoneUpdater" t:event="allDayChanged" t:clientEvent="change" ...
0
votes
2answers
25 views

how to assign value to radio button from <s:property> in struts 2

Please tell me how we can assign a value to radio button from property tag in struts 2. I'm using this code - <s:radio name="id" list="{<s:property value='"client_id"'/>}" ...
1
vote
2answers
34 views

dynamic radio button through php and ajax

<?php session_start(); include'session.php'; include'dbconnect.php'; //unset($_SESSION['creatureid']); $id=$_SESSION['id']; function char_options() { $sql="select id,name,type,level from ...
-1
votes
1answer
23 views

How do I create radio buttons in jquery mobile and call a url from them

I want to make radio buttons in jquery mobile that aren't input fields. Instead I would like to direct the user to a new page. How do I do this? This is what I have so far: <fieldset ...
0
votes
1answer
43 views

Radio Buttons Alternating PHP Form Field Function with AJAX

Have Radio Buttons to Trigger Different PHP Functions.. At the moment though, the page just flashes when the submit button is clicked! IT SEEMS THE .PHP NEEDS TWEAKING!! Would like the functions to ...
0
votes
1answer
29 views

RadioButton and image

I try to set up images instead of bullet for my RadioButtons. I've 10 RadioButtons but I can't setup my FishImg for all. Only the rb I clicked just before displays the imgFish. My Style ...
0
votes
1answer
50 views

onclick of radio button a dropdown should populate

I have following code for my advance search form. When I select a radio button against customer, drop down values should populate with customer data. <div class="container"> <%= form_tag ...
1
vote
1answer
51 views

Uncheck radiobutton in jQuery mobile on clicking it

I'm trying to make radiobuttons uncheckable, when a checked radiobutton is clicked, but i don't get it. Using jQuery 1.9.1 and jQuery Mobile 1.3.1. Already tried some examples from the previous ...
-3
votes
6answers
74 views

change background color of containing html element of radio button select [closed]

I've this... <ul class="article-types"> <li class="article-option"> <label class="radio"> <input type="radio" name="optionsRadios" id="first" value="option1"> ...
0
votes
3answers
32 views

dialog box not shown in an activity group

I have a Tabactivity Where in i have 4 tabs. one of the tab has many child activities displayed via ActivityGroup..i have radio buttons inside one of the child activity..on click of any of the radio ...
-1
votes
3answers
40 views

How to access checkboxes android after we choose radiobutton “yes”?

I want, if we choose radiobutton "yes" so we can using checkboxes. if we choose radiobutton "no", checkboxes can't be used. How? its xml: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
2answers
26 views

Collecting data from multiple radio button groups in Android

I have master-detail layout. Master flow is implemented using list fragment, and detail fragment is just radio button group. The layout looks like that: For each option in list fragment there is a ...
0
votes
1answer
30 views

set two radio butons in one row then next two radio is on second row and so on

i want to set 2 two radiobuttons one row , then next 2 radiobuttons on second row dynamically(Programetically) I am new to android any body have idea or sample code of it. What i have do is: ...
0
votes
1answer
16 views

NPE when trying to change locale using RadioButton Android

I currently have a button which when clicked shows an AlertDialog with 2 RadioButtons one for English and the other for Spanish. When the user clicks english and confirms I want the language to be in ...
0
votes
0answers
26 views

check a condition before calling oncheckedchanged listener in android

i have a radio group for whom i have implemented onCheckedChanged which is as follows: RadioGroup mRadioGroup = (RadioGroup) findViewById(R.id.radio_grp); ...
0
votes
2answers
21 views

Custom Drag Sort Listview with Radiobutton

I have a DSLV with custom adapter which has two textviews and a radiobutton. I want the radiobutton of a particular row to be setchecked(true) when that row is clicked. To do that I used the below ...
0
votes
3answers
59 views

Change a radio button only if Ajax Call returns Sucess

In a HTML form, I have a group of Radio buttons. On onchange() event, it pushes its value via an Ajax call. The Ajax call then hits the server and does the processing based on the value send by the ...
0
votes
2answers
28 views

Radiobuttons are modifying wrong values tkinter

I am working on a script with tkinter, but something weird is happening... I have two radioButtons: way=False RadioButton0=Radiobutton(root,text="From",variable=way,value=False) ...
2
votes
1answer
17 views

Google Chrome prompts web site to translate page content

On a website i am working on, when ever i select a radio-button, Google Chrome asks to translate the page from Norwegian, even though the page is written in English. It does this from time to time and ...
0
votes
3answers
48 views

Adding RadioButtons in Android

I want to add radio buttons such that only one of them is selected at a time among 4 buttons and I want to place them as: RadioButton1 RadioButton2 RadioButton3 RadioButton4 I am ...
0
votes
0answers
34 views

How to group sencha touch 2 radio fields

This is my sencha touch 2 code: Ext.define("10.view.Main", { extend: 'Ext.form.Panel', requires: ['Ext.form.FieldSet'], config: { title: 'Main', scrollable: 'both', ...
0
votes
0answers
21 views

Android - Scaling_governor radio button

i'm trying to make an app that change governor when the relative radio button is clicked. I mean, i have for example two radio radiobtn1:ondemand radiobtn2:interactive.. when i click on radiobtn1 the ...
1
vote
3answers
36 views

Why does is my onchange event triggered when my page loads instead of when I click my radio button?

I have the following code in my javascript. I'd like the alert to happen wnen a user checks the radio button, but instead it happens when the page loads, and NOTHING happens when the radio button ...
1
vote
0answers
52 views

Custom layout for RadioButton

Is there any way I can change the layout for a RadioButton and still have the RadioGroup recognise it? what I need is that the layout will include a couple of EditText fields so that when the user ...
1
vote
2answers
28 views

getCheckedradiobutton always returns -1

This is my code final RadioGroup rg1 = (RadioGroup) findViewById(R.id.radioGroup1); RadioButton rb1 = (RadioButton) findViewById(R.id.radio0); RadioButton rb2 = (RadioButton) ...

1 2 3 4 5 59