Any plans to implement a checkboxlist component?
Like in the aspnet-ajax library? Would come in handy with several projects im working on
https://docs.telerik.com/devtools/aspnet-ajax/controls/checkboxlist/overview
2 Answers, 1 is accepted
0
Accepted
Marin Bratanov
Telerik team
answered on 18 Jun 2020, 06:11 AM
Hello,
This is the first time we receive such a question and in Blazor you can very easily do a loop over the data source you have to render several checkboxes, so the need for a list component decreases dramatically. You an find a very similar example in the second snippet here: https://docs.telerik.com/blazor-ui/components/checkbox/indeterminate-state - it uses a loop over a collection called Deliveries. You could, of course, use two-way binding instead, this example showscases the Indeterminate state.
Would such a setup work for you? Would you expect a checkboxlist component to provide anything else?
Regards,
Marin Bratanov
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.