All Questions
1,094
questions
0
votes
1
answer
61
views
How to add multiSelect Checkbox dropdown in anguler1 , Bootstrap3
i am new to angulerJS, so have no idea on how to add multi-select Checkbox dropdown list.
Here is my partial html that show multi-select. I want it to be in shape of dropdown with checkbox as shown in ...
1
vote
1
answer
222
views
Unexpected Checkbox Behavior in Bootstrap 5 Accordion
I have a selection of checkbox items that I want to put into a Bootstrap 5 accordian element. The checkbox items work fine in the open (checking the boxes adds items to an array; unchecking them ...
2
votes
2
answers
758
views
How to change a style of disabled and checked checkbox?
I want to change my checked and disabled checkbox to green. I've tried changing background- color, color, accent-color and outline - only the outline changed, so I have the grey checkbox with the ...
1
vote
0
answers
45
views
round off the amount if checkbox is checked
if the checkbox is checked the total amount should be roundoff. if the checkbox is unchecked the total value in decimals in angular js
tell me from starting, I didn't start
$scope.checked=?
1
vote
1
answer
181
views
Change checkbox state from change event
When my checkbox is checked, a dialog is opened and when I click cancel, the checkbox should be unchecked.
I can't get this to happen.
The checkbox should be set to its previous state if "no"...
0
votes
1
answer
1k
views
How do you assign the value of a table row to a checkbox in React?
I'm a fairly new developer so my apologies if this is a simple question. I've been googling for an entire day and have yet to find an answer so I figured I'd come the hive mind of stackOverflow :). I'...
1
vote
1
answer
37
views
Grouped dropdown. in angular material js
I am trying to make UI similar to one given in screenshot. Is this possible with angular js material.(v1.1.8)This ui
0
votes
1
answer
107
views
AngularJS Bootstrap checkbox not checking on click
I have a checkbox I am using in my AngularJS/Bootstrap application and the issue i'm facing is that when I click on it when it's unchecked, it's not showing the checkmark. The toggleVal() method is ...
0
votes
1
answer
423
views
Checkbox check/uncheck not working properly with angularjs
I am working on a project where I am using a partial view in ASP.NET MVC and in that partial view there is a html table and in the table header there is a checkbox on click of that checkbox all the ...
0
votes
1
answer
340
views
how to make a checkbox 'true' by default on pageload in angular
I have a checkbox that I require to be 'checked' on page load, and then the user can turn it 'off' if they wish. but when the page loads, the check box must be populated.
I thought it was as simple as ...
1
vote
1
answer
2k
views
Why is Cypress not checking checkbox?
In my cypress runner, I can see that it is successfully finding the checkbox, as I can see it has the type="checkbox" attribute. I also noticed that by manually clicking the checkbox, its &...
0
votes
1
answer
29
views
How to use checkbox in editableCellTemplate?
Please look at the following code:
{
name: 'روش محاسبه',
field: 'feeType',
enableCellEdit: true,
editableCellTemplate: 'ui-...
0
votes
1
answer
47
views
How to show and hide paragraph when checkbox checked
I'm new to AngularJS. I need to show <p> when checkbox is checked = true. Currently <p> is showing when mouse hover-over. instead of that I need to show <p> when sendSMS is checked = ...
0
votes
1
answer
137
views
How to change AngularJS Material md-checkbox background-image when indeterminate?
When the md-checkbox is in indeterminate state in Chrome, it appears as a dash. I want it to instead appear as a smaller opaque blue square inside of the checkbox for all browsers.
I have figured out ...
0
votes
0
answers
108
views
Enable and disable href link of anchor tag on action of checkbox in angularjs
I want anchor tag to be associated with checkbox.
If the checkbox is not checked the link should remain disabled and if the checkbox is checked then only the link should be enabled for click .
<tr ...