Top "Radio-button" questions

Radio buttons are elements used in forms.

Get the array of RadioButtons in a RadioGroup in Android

Is there any way of getting an array (or a collection) of the RadioButtons in an Android RadioGroup? I would …

android arrays radio-button iteration radio-group
Bootstrap radio-buttons toggle issue

I'm trying to turn some regular buttons in radio buttons the twitter bootstrap way (http://twitter.github.com/bootstrap/javascript.…

javascript jquery twitter-bootstrap radio-button
Android radiogroup, divider between radiobuttons

Is there a simple way to add a divider between RadioButtons inside a RadioGroup? I've tried using the divider xml …

android radio-button radio-group divider
How to style radio button or checkbox inside a bootstrap table?

I wish to style radio buttons or checkboxes inside a Bootstrap Table using something like https://github.com/cosmicwheels/jquery-checkradios. …

css radio-button bootstrap-table
How to evenly space out radiobuttons in Android?

I have three radiobuttons and I want to evenly space them across the screen. When I use android:layout_weight="1", …

android radio-button radio-group cellspacing
WPF MVVM Radio buttons on ItemsControl

I've bound enums to radio buttons before, and I generally understand how it works. I used the alternate implementation from …

wpf mvvm radio-button ivalueconverter
android unchecked radio button which is already checked

<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rg" xmlns:tools="http://schemas.android.…

android radio-button unchecked
Display Zend_Form_Element_Radio on one line

The radio buttons in Zend Framework are displayed in a column (one option per line). How can I remove the …

php zend-framework zend-form radio-button
How to check which radio button of a radio group is selected? [ANDROID]

I am using two radio groups with multiple radio buttons, I want to check which radio button is selected so …

android radio-button radio-group
how to keep radio-button or checkbox and its label together when content wraps in flow layout

How to keep the radio button ( ) or checkbox [ ] and its label together when text wraps as the browser window is …

html css checkbox radio-button flowlayout