IgniteUI / igniteui-webcomponents

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
https://www.infragistics.com/products/ignite-ui-web-components
Other
113 stars 2 forks source link

Checkbox/Switch do not participate in form submission if initially checked #1144

Closed rkaraivanov closed 2 months ago

rkaraivanov commented 2 months ago

Description

What the title of the issue states.

Steps to reproduce

  1. Create a form with a checkbox/switch initially checked.
  2. Submit the form.

Result

The key/value pair of the component is not in the form data.

Expected result

The key/value pair of the component must be in the form data.