Top "Radio-button" questions

Radio buttons are elements used in forms.

Make radio button bigger?

Is there any way to make a radio button bigger using CSS? If not, how else can I do it?

html css button radio-button
Android:placing the radio buttons horizontally

Below is my Relative layout..i am trying to place the radio buttons above the edittext <?xml version="1.0" encoding="…

android radio-button
How to get a checked radio button in a groupbox?

I have a lot of radio buttons in a groupbox. Normally I will check each radio button individually using If …

.net vb.net winforms radio-button groupbox
Toggle HTML radio button by clicking its label

Is there please a simple way to make a radio button toggle - when a text near it is clicked …

javascript html radio-button
get value from radio group using jquery

I am trying to get value of radio group with name managerelradio. My html code for this radio group is. &…

jquery html radio-button
Get value of custom attribute

I have two radio buttons. I would like to be able to get the value of the custom attribute "xmlvalue" …

jquery radio-button attr
How do you make the radio button text to be clickable too?

i have this radio button (and some other after this one): <input type="radio" name="group1" value="Milk"> …

html radio-button
Unselecting RadioButtons in Java Swing

When displaying a group of JRadioButtons, initially none of them is selected (unless you programmatically enforce that). I would like …

java swing radio-button
How to add radio button dynamically as per the given number of counts?

I have tried this code..It will display three radio buttons in a single row when the emulator starts. But …

android button dynamic count radio-button
Radio buttons on Rails

Similar to this question: Checkboxes on Rails What's the correct way of making radio buttons that are related to a …

ruby-on-rails ruby webforms radio-button