Multi-select checkbox (or radio buttons) error styling on validation?

Are there any common pattern for styling checkboxes where at least one option needs to be selected?

E.g. it's pretty common for text fields to have border and error message below: enter image description here

But for checkbox, where do you place the error (e.g. if it contains like 10 choices placing it below might be not the best option)? Do you apply any kind of border around the field? Do you apply red border to individual checkboxes?

enter image description here