### Problem to solve In https://github.com/gitpod-io/gitpod/pull/16545, a new `CheckboxInputField` component was introduced. Before that, we had a basic `CheckBox` component that can now be replaced. ### Proposal To help avoid technical debt or inconsistent usage, we could migrate all checkbox input to the new component and delete the previous iteration. See also https://github.com/gitpod-io/gitpod/issues/16511#issuecomment-1461835209. Cc @Devansu-Yadav