Questions tagged as 'radiobutton'

3
answers

problem with radio input

good morning. The detail is that I have two inputs radius, which when clicking one of them I want to show me a div that is hidden when opening the page, and tried several methods and none works, I want this do in javascript...
asked by 26.10.2017 / 17:45
2
answers

change radioButton status generated by code?

I am generating a RadioButton series by code and I have not been able to change the state when a RadioButton loses the status of checked. Currently when you checked one and checked another, both are checked. what I'm trying to do is not to...
asked by 28.03.2017 / 01:14
1
answer

Apply CSS style to a selected radio button (checked) label

I have a problem working with CSS and HTML: using CSS properties I changed the style of the radios I am working with, but the problem I have is that they are not selected, to this I mean that the button is not selected. Believe (which is a radio...
asked by 03.07.2017 / 03:14
1
answer

Button with round border Android Studio

How could I put a Button with round borders in Android Studio? Thank you.     
asked by 06.06.2017 / 10:50
2
answers

Radio button the same message always comes out

Why is it always 'I am employed'? How is it done to act according to the selected radio button? $(document).ready(function() { $('.EmpCli').change(function() { var valor = $('.EmpCli').val; if (valor = 'empleado') {...
asked by 28.02.2018 / 22:46
1
answer

Remove checked property from a radiobutton

Why do you always think of yourself as an employee? My intention is to remove the checked attribute but I can not get it. I looked this thread and I think I do it as the solution proposes, but it does not work for me. $(document).re...
asked by 25.02.2018 / 14:42
1
answer

Get text (String) from a RadioButton within a RadioGroup

I want to get the text of rabiobutton selected by the user. I have 5 radiobutton within a radiogroup to then use this field in an Asynctask and insert in a BD. the fact is that I can not get the text. What I have is the f...
asked by 11.01.2017 / 21:33
3
answers

The radio type input is not aligned

My query is as an achievement that the input type radio is well aligned, because it is outdated. body { background-image: url(img/darkblue.jpg); background-size: 100vw 100vh; font-family: arial; color: #fff; background-attachment: f...
asked by 05.09.2018 / 16:43
2
answers

How to update values contained in Radiobutton to use them in a Python Tkinter function?

I am trying to place three options using the Radiobutton widget to later use the value of the option selected in a function when a button is pressed. I have found scripts where a variable of type IntVar is defined and then the method...
asked by 07.03.2017 / 20:50
1
answer

How do I make a condition to mark everything or dial a single RadioButton? Android Studio

I want to make an app that gives me an option to mark all radiobutton and another option that lets me just press one, so I made a radiogroup and I thought about enabling it to mark only one, and disable it when I want it to mark ev...
asked by 09.05.2018 / 16:25