Top "Radio-button" questions

Radio buttons are elements used in forms.

Can you tab through all radio buttons?

I have a list of radio buttons. when I tab through them, seems like only the first radio button or …

html radio-button
How to Uncheck A radio button

I have two forms, one with a radio button that users must select to edit. [form name="A"] <li&…

javascript jquery radio-button dynamic-forms
Getting value from html radio button - in aspx-c#

I have the following HTML source <form name="Register1" action="Register.aspx" id="registerform" method="post" runat="server" style="…

c# asp.net html radio-button radiobuttonlist
What is the difference between formControlName and FormControl?

I'm using ReactiveFormsModule of Angular2 to create a component that contains a form. Here is my code: foo.component.ts: …

angular radio-button angular2-forms form-control angular2-formbuilder
How to use radio button correctly in rails?

I'm trying to create some radio buttons and I'm not sure how to. Following this question I've got it set …

ruby-on-rails radio-button boolean
android onCheckedChanged for radiogroup

I'm writing an Activity in android where I have two radio buttons under a RadioGroup. One of them is checked …

android radio-button radio-group
Check first radio button with JQuery

I would like to check the first radio button of each group. But there are some radio button that are …

jquery radio-button checked
Radio button is not working properly

In my web page I have placed some radio buttons. But these buttons are not working properly. I can check …

html radio-button
Add margin between a RadioButton and its label in Android?

Is it possible to add a little bit of space between a RadioButton and the label while still using Android's …

android radio-button
jQuery UI radio button - how to correctly switch checked state

I have a set of radio buttons, all styled with jQuery UI's .button(). I want to change their checked state. …

jquery jquery-ui radio-button