Toggle
: doesn't react on changed checked
due to state changes
#2091
Labels
Milestone
Toggle
: doesn't react on changed checked
due to state changes
#2091
When trying to use the
toggle
element with thechecked
-property (in this case in React), a state depending usage doesn't lead to a change in the checked state of the component itself. Neither does it render correctly when initiated bychecked={false}
.The text was updated successfully, but these errors were encountered: