Custom radio
Add .form-check-inline to any .custom-control
Add checked attribute to any .form-check-input
Color Options
@for (item of colorTypes; track item) {
@for (color of item?.colors; track color) {
}
}