Skip to main content

Questions tagged [radio-group]

radio-group is used to create a multiple-exclusion scope for a set of radio buttons. Checking one radio button that belongs to a radio group unchecks any previously checked radio button within the same group.

radio-group
-1 votes
0 answers
14 views

How do I connect an avalanche beacon to a raspberry pi 4 and print to the terminal?

I want to attach an avalanche beacon in receive mode to a raspberry pi 4, and print the data received from another avalanche beacon which will be in transmit mode. I will probably be opening up the ...
crose72's user avatar
0 votes
2 answers
95 views

Returning Values to Razor Page - Confused Javascript or .cs?

I'm confused by answers to a similar question, but also I have simplified my app to remove a step in an attempt to make it clearer. I'm hoping someone can steer me in the right direction for what I am ...
MelB's user avatar
  • 173
0 votes
1 answer
32 views

Where should we place React-Hook-Form Controller when integrating with MUI components?

I'm very confused about where to place React-Hook-Form Controller when integrating with MUI CheckBox, Select or RadioGroup. Take following two code snippets as examples. <Grid xs={12}> <...
190303458's user avatar
0 votes
0 answers
27 views

Angular 14 reactive forms mat radio button group not working as expected

I am using an reactive form in angular Version 14 which has a radio button below is the code provided for the radio button group used i have a mat radion button group in my form <div *ngSwitchCase=&...
Mohan V's user avatar
0 votes
1 answer
34 views

How to display result depending on the radio button choice?

I'm working on an Android Studio activity in which I have to calculate area and perimeter. I used intent to pass and access variables that will be used in another activity where the computations will ...
EJ Lin's user avatar
  • 11
1 vote
0 answers
80 views

ng-zorro radio field not working with angular

here is my html: <tr *ngFor="let sdata of suppliers | async; let i = index"> <td> <div class="d-flex gap-3"> <input ...
Shawn's user avatar
  • 1,627
-2 votes
3 answers
72 views

How can I validate a radio input with JavaScript?

I have a problem, I want to validate a input type="radio" with vanilla JavaScript (probably using document.getElementById()), based on ECMAScript. How do I do it? Here is my HTML: label {...
duduetc's user avatar
-2 votes
3 answers
125 views

javascript removing element style after clicking other

I'm trying to remove attribute "selected" from span element when other span element (not the same div) is clicked and How to remove attribute "selected" of span element in ...
Aquarius's user avatar
0 votes
0 answers
13 views

Aligning the radio buttons with the radio button text in android

This is the design for my radio button in a radio group. The dynamic text that is updated programmatically, it is divided into two lines. The radio button here is aligned to the top of the radio ...
Nikitha's user avatar
  • 45
0 votes
0 answers
15 views

How to take responce of radio button in listview and compare it with correct option

I am making one question answer app in that I have retrived all data from remote server using volley on the form of radion button in custom layout of listview, Now I want to take responce from user in ...
Darshan Gulhane's user avatar
0 votes
1 answer
23 views

How to create radio buttons in a radio group with dividers in Android

I want the radio buttons as seen in the below image. The outer rectangle should have corner radius and the inner rectangles cannot have the corner radius. I have used the following method : <...
Nikitha's user avatar
  • 45
0 votes
1 answer
47 views

Radio button (with nested controls) not reached when using tab key

My code works 100% as expected. All controls can be reached using the tab key or the arrow keys, except for the 2nd radio button, labeled "No screening", which is never reached. Is there a ...
RWC's user avatar
  • 4,962
0 votes
1 answer
191 views

How to create Radio Group in MAUI?

I am new to MAUI. Here we have option to create RadioButton but when it comes to have RadioGroup I didn't find any exact solution. I want to create dynamic list of RadioButtons. So something like ...
ABV's user avatar
  • 875
0 votes
0 answers
55 views

LWC Radio Group

I am trying to add 2 options in LWC as: <template> <lightning-radio-group name="radioGroup" label="Radio Group" ...
Ishita's user avatar
  • 109
1 vote
1 answer
84 views

Vuetify 3.4/Vue 3.3 radiogroup :rules example?

Pretty basic question. I'm looking for an example of a vuetify 3.4/ vue 3.3 radiogroup with validation rules. Ideally using the composition api. This is a shorted version based of the playground ...
Bob Ramsey's user avatar

15 30 50 per page
1
2 3 4 5
71