Guys I can't figure out how to get iCheck to work

Guys I can't figure out how to get iCheck to work

I am very bad at jquery but I have it almost figured out:


Can't seem to get the load the blue.css file and I don't know why
  1. <script src="{T_THEME_PATH}/js/iCheck/icheck.min.js"></script>
  2.  <link rel="stylesheet" href="{T_THEME_PATH}/js/iCheck/skins/all.css" >

  3.  <link rel="stylesheet" href="{T_THEME_PATH}/js/iCheck/skins/flat/blue.css" >


  4. <script>
  5. $('input').iCheck();
  6. </script>