Questions tagged as 'checkbox'

3
answers

Should the checkbox label be on the right or left of the control?

Generally we put the label to the left of the data entry control. Well, it has different layouts, but that's a common good. By linearity would be the case of the label continue to the left. But it is very common to see the label being plac...
asked by 07.02.2017 / 11:24
2
answers

In HTML what is an undetermined Checkbox and how to use this status along with CSS?

As far as I know, a% of% of type input could have three states, checked , not checked and disabled . But it looks like it has a fourth state that is undetermined . See in the image a comparison of the states that Checkbox c...
asked by 11.09.2018 / 18:07
2
answers

How to count number of checkboxes selected

I'm trying to make a code that checks how many checkboxes are checked when clicking a button, as I'm making a system that duplicates records. I have a list with several checkboxes, and when the person clicks the "duplicate" button jQuery will ch...
asked by 11.07.2014 / 02:10
2
answers

Input radio that looks like checkbox?

I need to do a quiz, and the alternatives are radio type inputs, but it looks like custom checkbox. What is the best way to do this? .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom...
asked by 06.04.2015 / 03:34
1
answer

VueJS: how to check all the checks and count their amount?

The problem is as follows: I have several lists with a title, where it serves as a "select all" but it should only select the checkboxes that are its "siblings". But I can not check them in the "select all" of each list and update the fina...
asked by 17.10.2017 / 18:43
1
answer

How to leave a table of checkboxes (Table of access levels) responsive?

I do not know if anyone has ever come across this kind of structure. But it's the following, I need to make this table of the image below responsive. Has anyone seen anything, do you know how, or do you have any idea how to implement it, or some...
asked by 01.10.2014 / 22:29
1
answer

Checkboxes coming from the database with CodeIgniter

I have a database with a table named tblapoio , with 4 fields ( id , descricao , valor , tag ) I needed to make a form with a list of checkboxes with those values that exist in the table. I'm using CodeIgnit...
asked by 04.06.2015 / 18:48
1
answer

Keep checked checkbox by default

How can I make my checkbox appear checked for everyone who logs in to the site once it has been checked? I'm creating in the html field of wix, free version. The code model I'm using is as follows <form name=myform> <input type="...
asked by 05.03.2015 / 03:19
2
answers

How to change CheckBox with onChange from DropDownList in ASP.NET MVC Table?

I'm developing a site with ASP.NET MVC and Razor, I have one table with a few columns in one of my pages. I have in this table a State column which has a CheckBox and another column containing a DropDownList with some options. I would like...
asked by 20.05.2016 / 14:27
0
answers

Add checkbox to a JTree

I have already looked at quite a few examples out there of JTree s with checkboxes but it seems all very complex to me. Does anyone know a simple way, if any, to add a JTree that I dragged into my frame, a checkbox on each of th...
asked by 02.12.2014 / 13:20