Top "Radio-button" questions

Radio buttons are elements used in forms.

Get Value of Radio button group

I'm trying to get the value of two radio button groups using the jQuery syntax as given below. When the …

jquery radio-button
Best radio-button implementation for IOS

I would like to ask if there are examples out there on how to implement radio-button options on an iPhone …

iphone cocoa-touch ios uibutton radio-button
Is it possible to change the radio button icon in an android radio button group

I am wanting to allow the user of my android application the ability to set some parameters. The radio button …

android radio-button
Detect if a Form Control option button is selected in VBA

I have a code that work just fine using ActiveX option buttons. However, I want the macro to run on …

vba excel form-control radio-button
Radio button checked event handling

In my application, I need a radio group, in which whenever a radio-button is checked, an alert occur so that …

jquery radio-button checked
Check whether specific radio button is checked

I'm having trouble after looking at the jQuery docs. I'm just trying to return true/false in one my my …

jquery radio-button
JQuery - find a radio button by value

How would I use JQuery to find a radio button by its value?

jquery radio-button
Tab Index on div

Please see the form HTML code below <form method="post" action="register"> <div class="email"> Email &…

html input radio-button label tabindex
Clicking the text to select corresponding radio button

I'm creating a quiz web application using PHP. Each question is comprised of a separate <label> and has 4 …

html css forms input radio-button
how can i uncheck or reset the radio button?

I'm new to android domain.. I am developing an quiz based app. There will be 1 question and 4 option(radio buttons) …

android radio-button