Closed
Description
If you render a input![attrs!["type" => "checkbox", "checked" => "checked"]]
then after some event, re-render it without the the "checked" => "checked"
it looks good in the DOM inspector, but on the screen it's still checked.
To get around it, I guess I have to give every checkbox an ID and call JS to uncheck it.
tested in brave browser, which is chrome based.