-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: CheckboxFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)SEV: Low
Milestone
Description
Bug report
When adding custom attributes to the CheckBox Taghelper, they are not added to the input element.
Reproduction of the problem
- Define a CheckBox Taghelper and add 'data-bind="checked: Test"' to its tag:
-
Inspect the CheckBox element and you will see that the "data-bind" attribute is missing.
-
When using the HtmlHelper version of the CheckBox, the attributes added through the HtmlAttributes() option are added as expected.
A REPL sample for reproduction: https://netcorerepl.telerik.com/mIuZlRle01kh6Ly043
Expected/desired behavior
The specified attributes must be added to the input element of the CheckBox Taghelper.
Environment
- **Telerik UI for ASP.NET Core version: 2024.2.514
- **Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: CheckboxFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)SEV: Low