We do not have any places that set errors on checkboxes. Current checkbox users: * Partnership notice: We don't even give the input a name we only set a required attribute, so it is not checked at all by the backend. * Vm creation form: Used for IPv4, and never an error because either checked or unchecked is fine. * Access Control form: Used for marking rows for deletion, and either checked or unchecked is fine. * Tag membership: Used for marking rows for inclusion, and either checked or unchecked is fine. If we ever have a checkbox that needs error handling, it's fine to revert this. After changes: Line Coverage: 99.91% (11700 / 11711) Branch Coverage: 98.79% (3098 / 3136)
1.3 KiB
1.3 KiB