/**
 * Override Material Dashboard checkbox check icon to use Font Awesome 5 Free.
 * Material Dashboard uses font-family: "FontAwesome" (FA4); this project uses FA5 Free.
 */
.form-check:not(.form-switch) .form-check-input[type="checkbox"]:after,
.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f00c" !important;
}
