Top "Radio-button" questions

Radio buttons are elements used in forms.

Only one radio button selected at a time

I have two radio button in a radio group. I also have 2 androd:button checkbox- for when the radio button …

android radio-button radio-group
Detecting a JRadioButton state change

How can I detect when a JRadioButton is changed from 'unselected' to 'selected' when clicked with the mouse? I've tried …

java swing radio-button
Determining checked Radiobutton from groupbox in WPF following MVVM

I have a groupbox with some radiobuttons. How do I get to know which one which is checked? I am …

c# wpf mvvm radio-button groupbox
Data bound radio button list in WPF

I have a list of options in a data object, and I want to make the equivalent of a radio …

wpf radio-button databound
Which radio button is selected in a TRadioGroup?

As you can see in my question history, I'm developing a eBook manager, that will be open-source and I will …

delphi integer radio-button lazarus radio-group
asp.net radio button grouping

I am currently having an issue with radio buttons and grouping. I have an asp radio button within a repeater …

asp.net repeater radio-button
How to get the value of selected button in twitter bootstrap button group

If I haev a radio button group in bootstrap like the following : <div class="btn-group" data-toggle="buttons-radio"> <…

javascript radio-button twitter-bootstrap buttongroup
Best way to databind a group of radiobuttons in WinForms

I'm currently working on databinding some of my existing Windows Forms, and I've ran into an issue figuring out the …

c# winforms data-binding radio-button
Manage Layout Inside a Horizontal Oriented Radiogroup

I am using a TableLayout with TableRows as my main activity. Inside the TableLayout is a Radio Group containing 2 Radio …

android radio-button orientation gravity radio-group
change field value when select radio buttons

I want to change the value of hidden input field when radio buttons selected : <input type="radio" name="r1" …

javascript html radio-button hidden-field