Top "Radio-button" questions

Radio buttons are elements used in forms.

Firing OnCheckedChanged event with ASP:RadioButton

I have the following RadioButtons: <asp:RadioButton id="rdoStandard" runat="server" Checked="true" GroupName="delivery" OnCheckedChanged="Check_Clicked" /> &…

vb.net events radio-button oncheckedchanged
How to create NSRadioButton Group in Xcode 7 OSX

I was following this tutorial on how to create radio button group. But it seems Radio Group is no longer …

swift cocoa radio-button xcode7
Radio Button findViewById within a Fragment

I have looked around and implemented some of the things that I have found in order to get the findViewById …

android android-fragments radio-button radio-group android-radiogroup
Android: How to check/uncheck a RadioButton inside a RadioGroup programmatically in Java

I have to activities, MainActivity and settingsActivity. Because of that I'm using the methods onPause and onResume in the settingsActivity. …

java android radio-button radio-group
How to validate radio button in magento?

In my custom module I have a form which has radio buttons. When I click the submit button it does …

validation magento radio-button magento-1.7
How to align radio button to center

I want radio buttons in the image below to be center aligned. I have used gravity but it's not working. …

android radio-button layout-gravity
How to un-check radio button without radio group?

I have used the following code snippet to set one radio button to unchecked if the other is selected,but …

android radio-button unchecked
Python/Django BooleanField model with RadioSelect form default to empty

I'm using a Django ModelForm where my model contains a BooleanField and the form widget associated with that BooleanField is …

django widget modelform radio-button
jQuery radio button "checked" attribute not firing

I'm trying to add text to a div based on which radio button a user checks, but it ends up …

javascript jquery radio-button checked
Adding RadioMenuItem to ToggleGroup in FXML

Somewhere inside my FXML, I have this: <fx:define> <ToggleGroup fx:id="toggleGroup1"/> </fx:define&…

javafx radio-button menuitem fxml