How to change colour of Checkbox -Bootstrap 5 Custom

Adjust to suit:

.form-check-input {
    border: 2px solid rgba(254, 14, 81, 0.95)
}
1 Like