Top "Radio-button" questions

Radio buttons are elements used in forms.

Which radio button is selected in a button group

What can I do to get which radiobutton is selected on a buttongroup without doing this: if (jRadioButton1.isSelected()) { //... } if (…

java radio-button buttongroup
How Can I get the text of the selected radio in the radio groups

as said in the title for example: <input id="User_Type_0" type="radio" name="User_Type" value="1" checked="checked" /&…

jquery text radio-button checked
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
Uncheck radio button on click using jquery

Radio buttons are unchecked only at page refresh <input type="radio" name="test"> 1<input type="radio" name="…

jquery html twitter-bootstrap radio-button unchecked
WPF RadioButton/ToggleButton styling

I would like to mimic a style for a group of ToggleButtons as in the below image. Only one of …

wpf styles radio-button togglebutton
Angular2 - Show/Hide section on selection of radio button

I have to show or hide sections based on selection of radio button <input name="options" [(ngModel)]="options" type="…

angular radio-button primeng
WinForms RadioButtonList doesn't exist?

I know that WebForms has a RadioButtonList control, but I can't find one for WinForms. What I need is to …

c# winforms radio-button radiobuttonlist
android RadioButton button drawable gravity

I am generating RadioButtons dynamically with RadioButton radioButton=new RadioButton(context); LayoutParams layoutParams=new LayoutParams(radioWidth,radioHeight); layoutParams.gravity=Gravity.…

android radio-button center drawable
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