Top "Radio-group" questions

radio-group is used to create a multiple-exclusion scope for a set of radio buttons.

vba get true radio button val from group

In Excel VBA: I'm creating a form. This form has several radio button groups, some of which have many options (…

vba radio-group userform radio-button
radio group setOnCheckedChangeListener

I have some problem with radio group, I am new to Android development so I don't have much idea to …

java android xml radio-button radio-group
Making RadioGroup radio buttons with images in Android... How?

Is it possible to make Radio Buttons in Android, where there are image representation to a button instead of a …

android radio-button radio-group
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
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 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
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
Custom layout for RadioButton

Is there any way I can change the layout for a RadioButton and still have the RadioGroup recognise it? what …

android radio-button radio-group
Ext JS 4 radio group check event

I am creating a radioGroup in extJS 4 using xtype inside a FormPanel. I am trying to enable/disable a textfield …

extjs radio-button radio-group ext4
Changing background color with Radio Buttons Android

I am attempting to change the background of a tab of my application by selecting a Radio Button from a …

android background onclick radio-group