Questions tagged as 'checkbox'

2
answers

Check all the checkboxes of a DataTable table?

I have a ckeckbox that intends to tag all available options in a table Jquery-DaTaTabeles , but after pagination the next Checkbox were not marked, ie on the second page they are no longer marked. VEJAM : $(document).ready(func...
asked by 25.07.2014 / 16:00
1
answer

How to check next checkbox

From the current selection of the checkbox, how to check the next checkbox element and disable all other checkboxes. I have this code, which when marking a checkbox consequently all the others are disabled, but I need that when marking a chec...
asked by 15.10.2014 / 20:04
2
answers

Add a checkbox column in the datagridview

How to add a CheckBox type column in DataGridView? I need to do this for the user to select the row of the DataGridView with the CheckBox and then click the Save button. private void btnRestricao_Click_2(object sender, EventArgs e)...
asked by 13.02.2018 / 16:46
1
answer

Problem in the size of HTML checkboxes

I have a problem with the size of my checkboxes, each one is getting a different size than the other. I solulated ul with a class, so that this element caught no trait of the other uls for which I had already defined a style. Can anyone tell me...
asked by 28.06.2017 / 21:55
2
answers

How to align a checkbox next to a label?

I would like to align my label with the checkbox using CSS, so the label does not stay under the checkbox. Here is a print of how I wish it were: Mineisgoinglikethis: body { display: flex; background-color: #f5f5f5; font-family...
asked by 29.06.2017 / 20:46
2
answers

Redeem checkbox data stored in the database

I am writing data from 6 checkboxes in the bank. I'm treating each one separately, as below: <tr> <td>Tabela Nutricional:</td> <td><input type="checkbox" name="export_tabela[...
asked by 14.01.2016 / 11:51
1
answer

Set text if checked checkbox android

I have the following checkbox: <CheckBox android:id="@+id/papel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Papel" /> If it is selected it is to write paper, in the bookmark windows info, on...
asked by 24.03.2016 / 03:36
1
answer

Picking up data from the checkbox and sending it to the bank

I'm creating a form and I need to send the selected checkboxes to the bank. I have the table conta , conta_categoria and categoria . In conta_categoria I have id_conta and id_categoria . How would I send...
asked by 11.06.2015 / 22:41
1
answer

Checkbox menu with smooth transition, without the use of "visibility :;" or "display: none;"

I have a small menu here, which has the use of overflow: hidden; / max-height :; and height :; to make a smooth transition by clicking on the checkbox and displaying the sub-menus, but I'm not able to smoothly display the 'SUB 2' class by clicki...
asked by 29.05.2018 / 17:36
1
answer

Jquery Get Checkbox Value Nearer by Line

I need help with the following: Iwanttogetthecheckboxthatisdisabledandplayonconsole0forwhatisdisabled,and1forwhatisenabled.Mysourceislikethis:(asp.netmvc)@modelIEnumerable<Apontamento.Models.Modulos>@{ViewBag.Title="Acesso"; Layout...
asked by 13.09.2018 / 18:05