Top "Radio-button" questions

Radio buttons are elements used in forms.

MVVM: Binding radio buttons to a view model?

EDIT: Problem was fixed in .NET 4.0. I have been trying to bind a group of radio buttons to a view …

c# wpf mvvm binding radio-button
Radio button checked changed event fires twice

Please read my question its not a duplicate one. I've three radio buttons on windows form and all these buttons …

c# winforms radio-button oncheckedchanged
Android: Radio button in custom list view

I am developing an application in which I need to implement radio buttons in list view. I want to implement …

android android-layout android-listview radio-button android-adapter
radio Buttons and .attr('checked','checked') does NOT work in IE7

Is there any way to get radio buttons checked upon appending in IE7? What seems to work in every browser, …

jquery internet-explorer-7 radio-button
How to use RadioGroup in ListView custom adapter?

I want to show a single select option in my list. I am using RadioButton in my listView row. I …

android android-layout radio-button
Event handler for groupBox with radioButtons in C#

I have some radionButtons in groupBox and I need to do action what I could call "one of radiobuttons.checked …

c# event-handling radio-button groupbox
Android: How to change the Size of the RadioButton

I have many RadioButtons in my app. The RadioButtons are too big for me. Is there any way to make …

android size radio-button
With Bootstrap, how do I show radio inputs as buttons?

My form currently contains this code: Instead of showing the radio buttons as radio buttons, I'd like to make them …

html css twitter-bootstrap radio-button radio-group
Android ListView with RadioButton in singleChoice mode and a custom row layout

I have a ListView, which is in singleChoice mode. All I want is to display a RadioButton to the side, …

android listview radio-button listviewitem
How to center a set of html radio buttons in a fieldset with div

I have a set of radio buttons and labels. The radio buttons precede the labels. I would like to center …

css html radio-button fieldset