Skip to main content

Questions tagged [checkbox]

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

0 votes
1 answer
23 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
20 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
15 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
17 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
47 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
  • 57
1 vote
0 answers
35 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
  • 17
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
-2 votes
0 answers
30 views

How to changing checkbox in table only for filtered position Access [closed]

I have an Access database where I have a lot of checkboxes in Table, I need to change the data to yes/no only for filtered items what better way to do it? via VBA or Query I made a query but it ...
Dima Halaida's user avatar
0 votes
3 answers
56 views

When I select the checkbox, it displays its value just fine. When I de-select it, it continues to display

In the image, I first selected the first two checkboxes and clicked to calculate. Then, I unchecked the second one and clicked again to calculate, and it gave me still both values and total price. ...
Ana Carolina's user avatar
-2 votes
0 answers
12 views

How to select X amount of checkboxes, that all share the same CSS/Xpath locator? [closed]

I have about 50 checkboxes in a table and I have to write an action where Faker selects a quantity and I have to select that amount of checkboxes in the table. The checkboxes all have the same tag: [...
Taylor's user avatar
  • 1
0 votes
0 answers
27 views

CoreUI Checkboxes Doesn't render it's state (React) [closed]

I use CoreUI React components to be able to select something. I see the state is updated, but the checkboxes and radios are staying unchecked. Here is a summary of the steps I have taken to resolve ...
Aleksei Avdeev's user avatar
1 vote
1 answer
30 views

How to write a Checkbox with terms in laravel [closed]

I have the Sponzy script written in Laravel and for ccbill to allow me to accept credit card i have to add a checkbox for the creator to accept the performers consent. I know who to get the checkbox ...
lenard blanks's user avatar
-1 votes
1 answer
32 views

hi guys i would like to ask about filter in react

hi guys i click on checkbox and i didnot get value even i click to second checkbox i would like to know the problem to fixed it thanks.and when it filter i coming after i click to second checkbox ...
joseph khella's user avatar

15 30 50 per page
1
2 3 4 5
1998