You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No update for the "checked" attribute happened in the checkbox HTML object.
The CSS works fine but the input HTML Input component doesn't update attribute.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
I'm using the checkbox element described in this link:
https://demos.creative-tim.com/argon-dashboard-pro/docs/components/forms.html
I expected the checked property to be updated when toggling the checkbox, but for some reason it is not.
I'm using MVC 5 project with Razor syntax.
Current Behavior
No change in the checked property.
also if I use the @HTML.CheckBoxFor() helper method I got duplicate checkbox HTML elements and one of them is hidden:
This the code after compile
The text was updated successfully, but these errors were encountered: