python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to hide option button on Userform if the caption has no text
I have 4 option buttons and their caption is set to different cells. However, sometimes that cell value doesn't contain any text, and I want to hide the option button from the Userform if that is the ...
MyName
Votes: 0
Answers: 2
Django ChoiceField RadioSelect widget in form, test whitch element selected in template
I have 2 radio buttons in a ChoiceField and I would like to display some parts of the template, depending of witch radio button is selected.
Following :
form.py
class CtdForm(forms.Form):
prot...
Angioedema02
Votes: 0
Answers: 1
Why is radio:checked to change color of a div not working?
So I have circle divs that are supposed to have a black background once the radios linked to them are checked (this is for a carousel that automatically cycles through javascript). However for some re...
Louie
Votes: 0
Answers: 2
How can a radio button change an <option> of a drop-down list in JS?
my goal is for radio buttons to change an <option> of a <select> element (drop-down list).
I was already able to solve the reverse behavior (selecting another <option> results in a c...
Drjodo
Votes: 0
Answers: 2