Top "Radio-button" questions

Radio buttons are elements used in forms.

v-for and v-if not working together in vue.js

A form is used to submit text and two options which tell vue which column to display the text in. …

vue.js radio-button v-for
jQuery radio onchange toggle class of parent element?

Please have a look on the following: $('#myRadio').change(function() { if($(this).is(':checked')) { $(this).parent().addClass('green'); } …

jquery radio-button onchange
binding radiobuttons group to a property in WPF

Let's imagine that I have: <RadioButton GroupName="Group1" IsChecked="{Binding Path=RadioButton1IsChecked}" /> <RadioButton GroupName="Group1" IsChecked="{…

wpf binding radio-button radio-group
Creating RadioButtons programmatically

I want to create a series of radio buttons which correspond to an array of strings within an Android app. …

android radio-button
How to create RadioButton group in preference.xml window?

I'm beginner in Java Android developing. I'm using Eclipse SDK 3.6.1 version. I have a preferences window with two checkbox and …

android xml checkbox radio-button preferences
ASP.NET RadioButton messing with the name (groupname)

I got a templated control (a repeater) listing some text and other markup. Each item has a radiobutton associated with …

asp.net radio-button
asp:radiobuttonlist css style

I have created an asp.net website using the default .net template and my radio button lists have huge radio …

c# asp.net radio-button radiobuttonlist
WPF Radiobutton (two) (binding to boolean value)

I have a property of type boolean presented with checkbox. I want to change that to two radiobuttons that bind …

wpf binding radio-button boolean
How correctly bind data to radio buttons in Angular2?

I have a component with two radio buttons, HTML looks like : <div class="btn-group" id="ProfitCodes"> <div …

angular data-binding radio-button
How to group RadioButton from different LinearLayouts?

I was wondering if is possible to group each single RadioButton in a unique RadioGroup maintaining the same structure. My …

android radio-button android-linearlayout radio-group