Skip to main content

Questions tagged [checkbox]

A checkbox is a graphical user interface element that permits the user to make a binary selection.

checkbox
-1 votes
1 answer
34 views

How to check the checkbox without actually clicking it

I am working on a simple todo list, and I tried to link the todo, which is the task, with the checkbox, so when I click the task, the checkbox should be checked also. But I don't want to make a label ...
OREO's user avatar
  • 3
0 votes
1 answer
16 views

Checkbox returns true when unchecked in Google Tag Manager

When testing in tag assistant the below variable returns true whether it's checked or unchecked. `function checked() { var check = jQuery('#marketing').attr("checked"); if(check === &...
user25882303's user avatar
0 votes
1 answer
38 views

Disable other checkboxes with specific word when one checkbox with same is checked

I have using following code to create dynamic checkbox fields.... and storing batch unique ids as comma separated values in database for specific user... <?php // Fetching values from mysql ...
Dr M L M J's user avatar
  • 2,387
-1 votes
0 answers
23 views

Reset checkmarks if certain cell on same row not blank [duplicate]

I want to uncheck the checkmarks in range A2:A75 if the matching E cell is blank (which I will then add a daily Trigger to.) This is what I have, but I'm not sure if I have the syntax right: function ...
Sheriff K's user avatar
0 votes
2 answers
43 views

localStorage Value is Stored and Loaded Correctly but Not Applied to Checkbox Input

I am trying to use localStorage to store and load the checked state of a checkbox. The values are being correctly stored and retrieved from localStorage, but the checkbox is not reflecting these ...
Muhammad Aleem's user avatar
0 votes
0 answers
14 views

Google Sheets Pivot for True (Imported data checkbox true/false)

I have a pivot that has other data and filters. I cannot filter out false. I am needing to show in the pivot checkbox that shows true only. Please help! I've tried if formulas, counta, count, sum in ...
Google Sheetssss's user avatar
0 votes
1 answer
28 views

What is the "Angular way" of managing multiple checkboxes in reactive forms?

I'm trying to figure out the best way to manage multiple checkboxes in Angular reactive forms. I want the checkbox value to be sent along, so not "on" or "true", which it seems I ...
magenta placenta's user avatar
0 votes
0 answers
24 views

Having trouble stack v-hover, v-checkbox, and v-tooltips in vue.js

My goal is to have my v-tooltips displayed upon hover of the checkbox. I'm having trouble stacking the v-hover with the two items. Having the v-slot and the props interact is making no sense to me, ...
Jordan Duffey's user avatar
0 votes
0 answers
17 views

Change value to a renamed activeX checkbock vba

I need to change the value of a renamed activeX checkbox ("cbZinc"). I've wrote the following code that I found in an old post but it doesn't work. I'm sure that it has to be something quite ...
vbabeginner's user avatar
1 vote
1 answer
19 views

Excel Code running twice unintendedly when A checkbox is added to Chain code together

I have a few blocks of codes, made to assist a user to automate defect capturing. I have a userform, and that form has a listbox called ScreeningDefectList. I have a button called Fail and a box ...
Eugene Ho's user avatar
0 votes
1 answer
58 views

Create a CheckBox with appearance of Button

I am trying to create a Checkbox with appearance of button. When i set he content of ToggleButton it changes the Checkbox text, but when i change IsChecked it is not getting updated in checkbox. How ...
renji's user avatar
  • 59
1 vote
0 answers
37 views

Playwright: how to interact with Angular Material checkbox

I have an Angular component that contains an Angular Material checkbox: <mat-checkbox id="my-checkbox">My Checkbox</mat-checkbox> My goal is to test the containing application, ...
Tim Coulter's user avatar
  • 8,895
-1 votes
0 answers
94 views

The checkboxes that I created in listbox don't exist in the C# code [closed]

I created multiple checkboxes inside a listbox, but when I try to use these checkboxes in the C# code, it can't find them, but a checkbox outside the listbox is found normally. This is the XAML of the ...
Mostafa Sedik's user avatar
0 votes
1 answer
35 views

Is there a way to create a drop down list with check boxes as list items? (asp.net)

I was looking to create a drop-down list mechanism with check boxes with days of the week so that you could select which days of the week you wanted. I haven't seen much on this, and you cannot just ...
Alex Mo's user avatar
  • 27
0 votes
0 answers
11 views

Primefaces datatable group unselect all the rows when checkbox is unselected

I am using Primefaces 8.0 I have datatable with group row and by default all rows are selected. When i unselect second checkbox, i want to unselect both USA-North and USA-South. how to do that? ...
AAPJ's user avatar
  • 49

15 30 50 per page
1
2 3 4 5
1998