Files
ubicloud/views/components/form/checkbox.erb
Jeremy Evans 0c96b23bdc Remove error handling for checkbox view
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)
2025-01-14 09:04:22 -08:00

1.3 KiB