Top "Radio-group" questions

radio-group is used to create a multiple-exclusion scope for a set of radio buttons.

AngularJS: Binding boolean value to radio button such that it updates model to false on uncheck event

In my AngularJS application, I am displaying contacts data in a grid. My typical contacts JSON looks like as below ... [ { …

angularjs angularjs-directive angularjs-scope radio radio-group
Make mat-radio-button a required field in a form

I am using a form in Angular 6, and I am disabling the submit button on this condition: <button tabindex="…

angular radio-button radio-group
RadioGroup empty field check using setError in Android

I was wondering how to setError for a RadioGroup[gender] with RadioButton's [gender_b,gender_c] if it is null. …

android radio-button radio-group
android add padding between radiogroup buttons programmatically

I have a radiogroup in xml, and the buttons are generated programmatically. How do I add spacing between the buttons …

android radio-button padding margin radio-group
How to get a value from radiogroup to another activity?

I want to make a new activity, like to confirm what radio-button is checked. I have 2 radio-groups Each group has 10 …

android android-activity radio-button radio-group
RadioGroup with only one selected Item

I am trying to make a RadioGroup as in the image. I want that only one RadioButton should be checked …

android radio-button radio-group
reset my checked radiogroup when the radiogroup is used again in the same activity

I am making a quiz application...I am accessing the questions through "id"...every time a question is answered(any …

android android-layout radio-group
Preparing customized radio group type of layout

I am trying to prepare custom radiogroup like layout in the below image. I have nearly 8-10 rows to do …

android radio-button radio-group
RadioButtonList with Knockout

I need a RadioButtonList with a bunch of on/off choices similar to the CheckBoxList. I need it to translate …

knockout.js radio radio-group
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