Custom Checkbox
Add .form-check-inline to any .custom-control
document.querySelector('your-checkbox').indeterminate=!0;
Color Options
@for (item of colorTypes; track item) {
@for (color of item?.colors; track color) {
}
}