Skip to main content

Questions tagged [checkboxlist]

The CheckBoxList control provides a multi selection check box group that can be dynamically generated with data binding.

checkboxlist
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
20 views

How do I constrain Databound CheckBoxLists

I have a six check box lists to select products (two are shown below). All of the data resides in a table, so I iterate through all of the checked boxes to construct a SELECT statement which in turn ...
CDI's user avatar
  • 7
1 vote
1 answer
41 views

Using MudBlazor, how can I respond to checkbox changes to create a Select All checkbox for a list of checkboxes

I'm trying to create something like the multi-select Select control except the list of checkboxes are always visible. I've gotten pretty close using @bind-Value and @oninput, but the @oninput fires ...
Homer's user avatar
  • 7,754
0 votes
4 answers
111 views

How to bind generic generated checkboxes with enum flags in WPF?

We have a Person who can have several Skills (Strength, Intelligence and Luck). In our WPF-Application, we want to bind these Skills to Checkboxes. When a Person has these Skills in his list, then the ...
Simon's user avatar
  • 4,543
0 votes
1 answer
31 views

Why isn't Formik group checkbox working if the initial state is loaded from a variable?

import React from "react"; import ReactDOM from "react-dom"; import { Formik, Field, Form } from "formik"; const sleep = (ms) => new Promise((r) => setTimeout(r, ...
ishandutta2007's user avatar
0 votes
1 answer
31 views

Filter Data by Checkbox Selections: Single Column + Multiple Columns (Google Sheets)

I am trying to figure out how to allow folks to filter a data set by clicking on checkboxes of their choice. Here is a sample spreadsheet to will better help explain my objectives. I have two separate ...
Jeremy McCloud's user avatar
0 votes
0 answers
42 views

Set value of checkbox form element with an IF statement

The below will be combined to automate the form questions that are repetitive (age, gender etc) using Chrome and a snippet. So, I have this snippet where I save the value to the input text when the ...
Datacrawler's user avatar
  • 2,856
0 votes
1 answer
221 views

Blazor - InputCheckbox: checking boxes based on what's in a database table

I'm trying to prepopulate checkboxes based on numbers included in a database table. For example, the table entries could include: USER ID ITEM ID 1 4 1 5 1 10 2 4 2 6 2 54 On my page, I would ...
AGeist's user avatar
  • 15
0 votes
0 answers
42 views

Isotope filter with checkbox or select options with multiple choices

I tried to find how to make a classic checkbox filter group with my existing data-filter method but what I find on internet, they are all combined or use value, etc (https://codepen.io/desandro/pen/...
Igor Laszlo's user avatar
0 votes
1 answer
189 views

Riverpod, Flutter - how to change Checkbox state by index

There is a CartCheckbox widget (object) with the true state. It is added to the CartItemWidget from which the List is then formed. Since a List from a CartItemWidget with the same object is added to ...
Andryu's user avatar
  • 1
0 votes
1 answer
160 views

Salesforce apex how to save checkbox multiple values in database

I am trying to save the values from checkbox group in apex. I have converted the values from comma-delimited to a list of strings. How can I save the values into the picklist type column? I have ...
Hasan Zubairi's user avatar
0 votes
0 answers
19 views

Lose checked item in ST table when I navigate using pagination

i have this component import { Component } from '@angular/core'; import { STChange, STColumn, STData } from '@delon/abc/st'; @component({ selector: 'components-st-checkbox', template: <div class=...
abdelhak el gourmat 's user avatar
0 votes
1 answer
142 views

Blazor server : Previous checked box won't unticked automatically when clicking/ticking another checkbox

Let's just say I have data from my DB and I want to load it like this in my razor component, I have this: @if(selectedUser != null){ @foreach (var items in User) { <tr> ...
Cheche Acebido's user avatar
0 votes
0 answers
39 views

Checkboxlist snapping to top in asp.net

I am using two checkboxlist. When an item from 1st is selected, the 2nd checkboxlist gets populated. I am using autopostback = true. However when I click an item from 1st checkboxlist, the list gets ...
Sumit Gore's user avatar
1 vote
1 answer
96 views

How to change the value of "CheckboxListTile" widget in "showModalBottomSheet" widget in flutter?

I build an app with flutter,and I want to create page that allow the user to change the value of "CheckboxListTile" widget in "showModalBottomSheet" widget. The "...
Omri Developer's user avatar

15 30 50 per page
1
2 3 4 5
75