Questions tagged as 'checkbox'

1
answer

How to create a checkbox that can not be changed value (readonly)

I would like to make the checkbox not change (readonly).     
asked by 26.07.2017 / 05:34
1
answer

How do I make a checked checkbox clickable?

Does anyone know how to make the checkbox clickable. I created a new look for my checkbox, but clicking on the checkbox it is not selected. I want the checkbox to be white and only when it is selected that your background will turn green, as in...
asked by 30.06.2017 / 04:19
3
answers

Displaying checkbox value disabled

Hello, I created a very simple system where I enable 10 values of 25 and I want it to display with an innerHTML those that are disabled, I made this system with checkbox and I was putting them in variables and then doing it one by one . I'm a...
asked by 05.10.2016 / 14:25
2
answers

How to make a button or a checkbox become inaccessible in android studio?

I would like to confirm the choices of both the buttons and the checkboxes, so that they become inaccessible / irresponsible / inactive. I know you can do this using if, but I think there should be some function that makes them "inaccessible....
asked by 22.03.2017 / 00:20
2
answers

JavaScript function to uncheck / clear all selected checkboxes from a [duplicate] button

I have several checkboxes on a form, which will be marked by the user. If you wish, you can clear all of them by clicking on a button, as shown below: Itriedtousethisfunctioninjavascript:functionmyFunctionClear(){for(i=0;i<document.selecao...
asked by 22.02.2016 / 20:23
1
answer

Questions with Dynamic Checkbox with required or not

Hello, I've tried everything with javascript, from tutorials I found on the internet, but nothing helps me, I think it's because my form is dynamic, that is, the user who registers the questions and alternatives. In this case, this code takes tw...
asked by 22.09.2017 / 19:42
1
answer

Select Checkbox and enable fields on Android

I'm using checkbox and an edittext. When the application starts, edittext is disabled. When the user checks the box for the checkbox, the edittext field enables. I'm having trouble enabling. I already put it on OnCreate plus it does not recog...
asked by 25.07.2017 / 16:29
1
answer

How do I make the checkbox 'checked' after saving in the bank?

My checkbox are saving normally, however, when I leave the page and return, they are not checked. Clients.blade.php<body><formmethod="POST" action="/user/update/client"> <input type="hidden" name="id" value="{{...
asked by 30.03.2017 / 14:54
2
answers

CheckBox Switch - One of them must be marked as true or 1

Example: I have 6 different checkboxes. All of them are with name="checkbox[]" , one of them must be marked with 1 or true. Here's an example in jsfiddle: link The "SUBMIT" button is not working. Update - Try 1 Here's jsfid...
asked by 07.02.2017 / 01:50
1
answer

Save usage preferences - Android [closed]

I would like to know the best way to save usage preferences for an application, such as a checked checkBox or sorting a listView. if you can pass some code sample thank you.     
asked by 31.01.2017 / 13:41