29,944 questions
0
votes
3
answers
130
views
Javascript, Radios And Checkbox: How to make a "checked" item work upon opening
This code is a demonstration of two features, the checkboxes and the radios. A black-bordered box appears with two ways for you to change its style. Check on the checkbox to change the border to a 5px ...
1
vote
1
answer
58
views
Issue with opaque checkbox under element with absolute position
I just want to ask if I understand something wrong.
Here is a Fiddle
<table>
<th style="position: relative; width: 50px; height: 100px">
<div style="position: ...
0
votes
1
answer
104
views
VBA: optimizing userform checkbox values for filtering
I created a macro that filters and formats an Excel file with a few thousand lines based on a fixed list of 10 errors (all contained in the same column), and it works just fine.
I then decided to try ...
1
vote
2
answers
188
views
How can I add an unchecked checkbox to sorted data in Google Sheets?
I have a Google Form that takes entered information and outputs it to a Google Sheet. The responses from this form are then sorted in a separate tab. I want this information to be sorted by most ...
1
vote
1
answer
88
views
Idiomatic Rails way to select records with checkboxes in a big form to choose whether to save or not
I’m building a Rails app related to golf. Users can search for golf courses via an API, and the results are rendered as individual forms per course.
Right now, each course must be saved individually, ...
0
votes
1
answer
68
views
VBA: Check/Tick specific dynamic checkbox when Togglebutton is clicked
I have created a UF reading in various tabs (opt) with each tab having between 10 to 19 entries which I display in a Multipage checkbox list.
Now I'm trying to create various Togglebuttons which ...
1
vote
2
answers
137
views
ASP.NET gridview AutoGenerateColumns = true using C#
There does not seem to be a lot of info out there when using a gridview with AutoGenerateColumns="true".
In my scenario, I am attempting to use this because my gridview is dynamically ...
1
vote
1
answer
67
views
Preserve selection on checkboxes in ASP.NET web application form submit
In my ASP.NET web application I have a form submit with checkboxes.
If in the first option 2 or 3 are selected, then a new questionnaire opens with 7 more questions. It's necessary to select all ...
0
votes
1
answer
68
views
Filter with multiple checkboxs and fetching data with ReactJS
I'm trying to implement a filter with checkboxes. I have my data in a JSON file.
I'm fetching my data from a JSON
It looks like:
{
"subjects": [
{
"año_cuatri": "1°...
0
votes
0
answers
39
views
Invalidate table data when no data found after deletion via checkbox
I have built a checkbox functionality to a table. but stuck to resolve this : right after deletion process, when no data found in table, the checkbox is still can be checked, and the badge still show ...
1
vote
2
answers
91
views
Update price/number based on multiple checked checkboxes
I'm setting up a package page with multiple packages/prices. To get an idea/example, similar to Spotify plans: https://www.spotify.com/nl/premium/#plans
The thing is that i want to update the price of ...
2
votes
2
answers
131
views
Using beautiful soup (or maybe some other library) to scrape data from an .aspx webpage containing checkboxes
I was wondering if someone could help me out with a web scraping problem.. I am new to both python and web scraping..
I am trying to use the below python program to scrape data from the following ...
1
vote
0
answers
38
views
Excel web - new style checkboxes - is there an event to do work when they are clicked?
In Excel Web, I have a column containing a new style checkbox in each cell. I would like to add a date to the adjacent column when a checkbox is checked.
To do this, I'd like to run a script when any ...
0
votes
1
answer
67
views
In an Excel web script, how can a cell be tested for a checkbox?
I have an Excel sheet, which is filtered with slicers and contains a column with checkboxes. I would like to create a script which reverses the values of the visible checkboxes.
I'm new to TypeScript, ...
0
votes
2
answers
82
views
How to make a checkbox input with a gradient border?
I made a fancy custom checkbox that animates a gradient in/out when (un)checked. How can I make the checkbox border a gradient, as well? The border gradient should match the fill gradient just like ...
1
vote
1
answer
100
views
Follow up to Using ActiveX Checkboxes Conditions to check or disable another Checkbox that results in Formula
So this is a follow up to a previous question. That was answered wonderfully. However now I have a problem where I added another column and have specific formulas needed depending on certain ...
2
votes
1
answer
106
views
How do I change the array values by getting multiple selected checkbox values?
I am try to use Ajax to Post value of an array at a time sequentially. There is working if the array values are fixed.But it is not working if the values are variable.
How could I change the array ...
2
votes
2
answers
105
views
Using ActiveX Checkboxes Conditions to Check or Disable Another Checkbox AND to Populate Column
Fair warning I'm very new to using VBA and I've looked all over this site but I can't seem to a similar question.
I'm hoping it's a pretty easy solution though.
I have these checkboxes 1 - 4
Example ...
3
votes
1
answer
109
views
How to save setting from a checkbox in a Custom WordPress plugin
I have developed a WordPress plugin that will have multiple settings options. I was able to create a settings page using a configuration menu. The settings page appears well.
When the user changes the ...
1
vote
2
answers
156
views
Treeview with checkboxes in Delphi and use of csPartial
I want to achieve the following (using Delphi 12.2):
A TreeView with Checkboxes and two levels (each parent node has two or more child nodes, but no grandchild nodes).
Click a parent node: it becomes ...
0
votes
0
answers
84
views
Vertically align an Avalonia CheckBox square/tick box with its contents
I'm trying to vertically align the square/tick box of an Avalonia CheckBox within its contents automatically, but apparently it's not that trivial for some reason. Here's the code:
<UserControl .......
0
votes
0
answers
79
views
How to do the same thing that the "Insert -> Checkbox" button from the toolbar does, but using vba?
I have been looking for a way to do the same thing that the "Insert -> Checkbox" button does using VBA.
All the examples that i have found just create a checkbox object that floats over ...
1
vote
1
answer
50
views
Checkbox not showing current state when refreshed
We have a pop-up dialog with multiple checkboxes that are each created using the following code segment:
var cb = jQuery("<input></input>", { id: "cb_" + lid, name: &...
2
votes
3
answers
462
views
Interactive SVG without SMIL, JS, foreignObject, and :checked
I'd like to contribute an interactive SVG graph to Wikisource. There are quite strict requirements on the format, as indicated in the title:
SVG can contain inline style attributes and <style> ...
0
votes
1
answer
39
views
How to make styles behave similarly treeview with child controls
I have a treeview with various controls in a treeviewItem, Textblocks, textboxes, checkboxes, and radio buttons. The problem is strictly cosmetic and only applies to when the treeview node is selected....
-3
votes
1
answer
74
views
Checkbox styles not aplying [closed]
I'm trying to style a checkbox with CSS, but my styles are not working, can someone help me?
I'm checking the checkbox using javascript, hence the "onclick: return false" code
input[type=...
0
votes
1
answer
112
views
Jetpack compose custom checkbox list - not clickable on on single click
I have a requirement where I need to display a list in Jetpack compose where each each item contains a checkbox with title. My requirement is to create customcheckbox as Jetpack compose Checkbox does ...
-1
votes
1
answer
52
views
Using the value of a checkbox in a jQuery Validation add method doesnt work [duplicate]
I am attempting to use the value of a checkbox on a form to control the validation of other fields. But it seems that the value is always false inside the addmethod routine. I must be doing something ...
-1
votes
1
answer
122
views
Checkboxes to select/check groups of checkboxes
i have a form with a table in and each row has a checkbox. The n-rows show potentialy 3 types of entries (fruit/meat/vegetable). What i like to provide is 4 more Check Boxes on top of the Table so the ...
2
votes
1
answer
41
views
After selecting second checkbox, not appending to url along with first checkbox name
$(document).ready(function () {
$('input[type=checkbox]').click(function (e) {
var seasoning = '', tempArray = [];
$('input[name="Brand[]"]:checked').each(function(){
...
2
votes
1
answer
63
views
WordPress custom dashboard widget with a checkbox control changing the widget display
I'm making a dashboard widget in WordPress to toggle restriction to access the site. The widget is showing if access is restricted or not based on a binary option. In the admin I want to be able to ...
1
vote
1
answer
88
views
How to create Angular mutually exclusive checkboxes and filter
I have 4 checkboxes that filter based on its name/identifierValue. When the page loads ALL should be selected. If I click any other box 'ALL' should deselect and I then filter based on the selection....
0
votes
3
answers
103
views
Run-time Error '438' when Setting the LinkedCell Property of a Check Box
I am keep getting a runtime error “438” for Object doesn’t support this property to method. This script is suppose to check if an number is in column B, and if greater than 0, it will add an checkbox ...
0
votes
1
answer
71
views
Disable the checkbox in the column header using C# and ASP.NET
In my gridview, I inserted a column that contains a checkbox in the header:
<asp:TemplateField ItemStyle-HorizontalAlign="Center">
<HeaderTemplate>
<asp:CheckBox ...
0
votes
1
answer
48
views
Multiselect dropdown doesn't keep the right input checked
I'm building a multiselect dropdown with a field to search for options. It's working perfectly except for one aspect:
1 - Here I just selected the options. The first input shows the state of the ...
0
votes
1
answer
54
views
Checkbox getting unselected after clicking the Item in React cypress test
I am trying to click on the Checkbox ☑ of a list item using cypress test. I am using React and Material UI. problem is after selected input box, its immediately getting de-selected.
I am trying few ...
1
vote
2
answers
114
views
Find first empty row and IGNORE the empty checkboxes
I am trying to write a script to automatically input a row of data based on data found in another sheet (I have this and it seems to work):
function Paycheck() {
const ss = SpreadsheetApp....
0
votes
0
answers
56
views
How to click checkbox using selenium and python
I'm trying to click on a checkbox using Selenium and Python. Here are the codes:
HTML
<div class="form-check">
<input class="form-check-input" type="checkbox" ...
0
votes
1
answer
90
views
How can I get a checkbox in a DataGrid column header to be unselected when a checkbox in the column is unchecked?
The Problem
I have an application in WPF with a DataGrid that contains a checkbox column. I have a checkbox in the header to check and uncheck all the checkboxes in the column. That works well but I ...
2
votes
3
answers
102
views
Absolute checkbox in overflow container breaks render when being checked
I feel as though I'm being pranked. I'm running into an issue that is replica table in both Chrome and FireFox and I cannot understand why it's happening.
I have a "pseudo" checkbox setup I'...
-1
votes
1
answer
107
views
Svelte / SuperForm - Checkbox value instead of boolean
I try to use checkboxs with SuperForm (and formFieldProxy).
And i have some problems:
i don't understand why i have no way (or don't find the one) to retrieve checkbox value instead of the checked ...
2
votes
1
answer
86
views
How to dynamically change the clickAction using Angular Material checkbox
I'm new to Angular and Angular Material, and I'm trying to dynamically change the clickAction of a checkbox.
My goal is to prevent the checkmark from appearing when a user clicks the checkbox if ...
1
vote
0
answers
51
views
Disabling checkboxes from DataTable across pagination depending on checked limit
I have a form that presents as a DataTable with checkmarks on each row. The user should be able to check up to 10 checkboxes. Once the tenth is checked, all the unchecked checkboxes need to be ...
1
vote
1
answer
45
views
Misaligned Radio and checkboxes with respective to their labels
I am creating a Listing page for pet adoption in react and Material UI.While making first page,I am facing an issue regarding misalignment of radio buttons and checkbox with their labels.Checkbox and ...
-1
votes
1
answer
245
views
JAWS Screen Reader not showing visual focus indicator for my mui checkbox
So i have this issue in JAWS screen reader. In the browser this is the full HTML
<span class="MuiButtonBase-root MuiIconButton-root PrivateSwitchBase-root-31 MuiCheckbox-root MuiCheckbox-...
0
votes
0
answers
47
views
MUI X Data Grid does not expand all the way when it has checkboxes
I'm using DataGridPremium with checkboxes enabled. The datagrid does not expand all the way to the edges of the encapsulating <Card> (see screenshot #1) if I remove checkboxSelection from ...
0
votes
1
answer
162
views
Why can't one change the size of a PyQt checkbox?
The following code runs, but the checkbox is tiny (it should be large). Why doesn't this work as expected? (One can use styling to resize the text, but that's not what I'm trying to do here). I'll ...
1
vote
0
answers
116
views
A simple checkbox selection problem in streamlit
Problem Saving Checkbox State in Streamlit-AgGrid
I am using streamlit-aggrid in Python and facing an issue when trying to persist checkbox states in a dynamically updated grid.
Problem Context
I ...
0
votes
0
answers
15
views
How to show dropdown with checkbox list in webform
SqlDataAdapter da3 = new SqlDataAdapter(com2);
DataSet ds2 = new DataSet();
da3.Fill(ds2); // fill dataset
ddlYear.DataTextField = ds2.Tables[0].Columns["yearofcd"]...
0
votes
0
answers
35
views
React Native: How to focus a custom CheckBox on a form required validation?
My checkbox is a Pressable surrounded by a View container. The scenario is as follows: a form with ScrollView where I have several fields and the Checkbox. I'm trying to put focus on the Checkbox View ...