Skip to main content

Questions tagged [radio-button]

Radio buttons are elements used in forms. They let a user select exactly one of a limited number of choices.

0 votes
1 answer
17 views

Method to create two separate sets of Radio button in a single body property

My aim is to have two different sets of Radio buttons in a single page of my app. I have written the following code, which is erroneous now and needs help with. I searched the different sources in ...
rusty's user avatar
  • 157
1 vote
1 answer
50 views

automatically loop through radio buttons but also be able to manually switch

I'm trying to iterate through radio buttons automatically every 5 seconds via jquery; however i need the function to also run when i manually switch buttons. Here's what I have so far: $(document)....
amy's user avatar
  • 85
0 votes
0 answers
28 views

RTL_433 ASK Manchester?

I am currently working with an Arduino R3 and an Amplitude Shift Keying(ASK) 4800 bps receiver I found online. For the device I'm working to collect data from, it is a pressure sensor that uses ASK ...
Andrew Sanders's user avatar
0 votes
0 answers
27 views

table of content scrolls and the heading shows behind the header [closed]

I have created a table of contents using radio buttons. When I click on a radio button, it navigates to the heading on the same page, but it scrolls to a position above the header. This is my code. &...
Mohamamad Asif's user avatar
1 vote
2 answers
42 views

How to change the color of a RadioButton option depending on whether it is the correct choice?

I am currently developing an R Shiny App to train some new starters at our company in R. Using Shiny, I want to include multiple choice questions and options to test people on certain questions. For ...
Mickiii's user avatar
  • 13
0 votes
1 answer
17 views

Skip a page based on Radio Button choice

I am new and didn’t know what NSIS was a few days ago. However, I decided to look into it. I know that similar questions have been asked before, but even reading the answers given by users, I still ...
user26378046's user avatar
0 votes
1 answer
49 views

How to change the Text color of ContentPresenter based on the control state in .Net MAUI

My question is an extension to this question where I want to change the text color based on the state of the radio button. I want it white if checked and black if unchecked. Details: I am using a ...
srk_fei's user avatar
0 votes
0 answers
11 views

css not detecting checked radio button [duplicate]

I have a menu that looks like this: Each menu item is a radio button with the radio button hidden and the label styled. And I want the style to change when the radio button is selected. Here is the ...
Lisa's user avatar
  • 75
0 votes
1 answer
25 views

How to locally save radio buttons selection status of HTML as .TXT file and load back the selection status

I am developing a simple html form to collect different users dataset using text input fields and radio buttons. After researching, I found a good piece of script to save to- and load from .txt file ...
Allen's user avatar
  • 39
0 votes
0 answers
9 views

Auto Expand and Checkbox Detail Row

So is there a way to have a check box list and if the check box is checked a detail row is automatically expanded to enter answers for a supporting question. What I have is the closest I can get but ...
ellCoderSJS's user avatar
0 votes
0 answers
25 views

Tkinter radiobutton activate on hovering *only* the first time

I have a very weird issue with Tkinter radiobuttons, which has been adressed in couple of other stackoverflow posts, but none of the accepted answers solved the issue. In my app, radio buttons ...
Johncowk's user avatar
  • 359
0 votes
1 answer
16 views

Custom Svelte RadioButton component appearence

I'm creating a radio button component but I have some issue with bind:group. when I'm selecting a button, both graphic updates to the checked state. I think it has to do with the checked variable, If ...
Filippo's user avatar
  • 119
1 vote
1 answer
45 views

radiobutton appears twice primereact datatable reactjs

Working on primereact datatable checkboxes and radiobuttons, in few environments we deployed the applciation, we can see the radio button or checkboxes appears twice just like below: I can see some ...
Sridhar Paiya's user avatar
0 votes
1 answer
17 views

I want to get gender value using radio button male for Male and female for Female via FOR OF

I am checking Male button but getting Female value. I want to Male value while checking male button. <script> let regUsers = []; let regForm = document.querySelector("#regForm")...
Pawan Lal Rathore's user avatar
0 votes
0 answers
35 views

Cannot implement radiobutton deselect in HTML (.JSP) file [duplicate]

I want to save working hours in two option, first <form:input> or second radiobutton "24/7". While choose "24/7" radiobutton cannot deselect button. Here is my form in .jsp ...
i-Coderr's user avatar

15 30 50 per page
1
2 3 4 5
803