Questions tagged as 'radiobutton'

2
answers

How to create a function to clean the group of a radiobutton?

I'm working on a typing system for a paper form, where I have some radiobutton options, for example: <fieldset> <legend> Disponibilidade de energia elétrica? </legend> <label for="sim"> <input type="radio" name...
asked by 20.06.2015 / 20:44
1
answer

Animation of the input radio (materialize) does not accompany the properties

I'm trying to manipulate the radio input dynamically and the checked property of the element is being manipulated correctly, but the field animation does not follow this dynamic, the first time yes, but the others do not. I use the materialize...
asked by 23.12.2016 / 22:45
2
answers

How to save the value of the RadioButton and convert it to String

I'm having trouble finding a code that works. Below is the code I'm using in Android Studio, this code takes the information from the form and sends it to a php file to save to the database, it's working fine. What I need is a code for the...
asked by 30.09.2015 / 23:37
1
answer

How to customize checkbox / radio without using background: url?

Whenever I search on "customize", "checkboxes" and "radios", examples appear using background:url(image.png) . Is there a way to customize a "checkbox" only with "CSS" without using background:url ?     
asked by 28.05.2015 / 15:06
1
answer

Manipulating RadioButton to have no value in any field

I need some help from you: I have two radiobutton , and I wanted to turn them into checkbox , only I can not change type to checkbox , in this radio I could make to select and to remove if you want. Could anyone help...
asked by 09.03.2017 / 13:51
1
answer

Radiobutton and Checkbox Sum

I am here a code in js that when selecting a checkbox it displays the value of the checkbox in an input and if I select more than one it adds the selected checkboxes and displays the total value also in the same input My problem is this, the tim...
asked by 27.10.2015 / 05:26
1
answer

Working with RadioButton and RadioGroup

I'm trying to make a screen where the user would have to choose between the options in <RadioButton and if he chooses the right accounts to the right and otherwise to the wrong, having finished, after clicking "Reply" is equal in the p...
asked by 19.04.2016 / 05:19
3
answers

Divide form with radii into 2 columns

I have the following form: <?php echo"<form class='form-horizontal' method='POST' action='reposicao.php'>"; echo"<fieldset>"; echo"<legend>OPÇÕES</legend>"; echo"<input type='hidden' name='loja' id...
asked by 23.06.2016 / 23:23
3
answers

Radio alignment with image

I'm trying to center a radio item - selection "ball" with an image. But I've tried several features using CSS and I can not. Do you know which feature I can use to achieve this alignment? <tr> <!-- #### BUG: Arru...
asked by 21.03.2018 / 19:40
1
answer

checked="checked" does not work on ng-repeat

I'm working on a resume feature where basically the user will click on their radio button in which he has experience. The problem is that for a list that will come from the backend , which is now static, checked is not working, ev...
asked by 11.11.2017 / 04:30