ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
43.94k stars 18.18k forks source link

To-Do List Checkbox Issue #230

Closed ferman2147 closed 9 years ago

ferman2147 commented 9 years ago

Hi everyone, As you all know there is a to-do list box on the homepage. I take that to-do list and make a todolist.html page (with everything in a folder on desktop) and it work just fine. But when I move everything to my localhost (as in .../wamp/www/... directory) the checkboxes won't be checked. I click on and nothing happens. Even though the dragging works just fine, I can't find why checkboxes don't work. Much appreciated if anyone can help solving this issue. Thanks in advance.

almasaeed2010 commented 9 years ago

Make sure you have the iCheck plugin loaded currently with both its JS and css sources

ferman2147 commented 9 years ago

Thanks! Issue solved!