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
The checked method in Checkbox should return if the checkbox is checked or not, this method should use === given than we already have a method to check a checkbox.
The
checked
method in Checkbox should return if the checkbox is checked or not, this method should use===
given than we already have a method to check a checkbox.audi-ui/src/checkbox/checkbox.js
Line 196 in 5ecaa95
The text was updated successfully, but these errors were encountered: