ColorlibHQ / AdminLTE

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

Help for button radio and checkbox in form #19

Closed MH34 closed 10 years ago

MH34 commented 10 years ago

(sorry for my bad english) When I want to use button radio and checkbox in my form, the circle and the square don't appear (but the label are ok) If I desactivate "app.js" I see button radio and checkbox but without style. I don't know why.

I specify that I havn't modify app.js

Thanks

almasaeed2010 commented 10 years ago

Hello @MH34, I think the error is caused by misplacing the css file and the iCheck images folder. Please make sure that the path url(iCheck/minimal/minimal.png) is correct in the AdminLTE.css file.

almasaeed2010 commented 10 years ago

Also, if that is the case, make sure that you fix this line of code too.

background-image: url('iCheck/minimal/minimal@2x.png');
MH34 commented 10 years ago

Thank you almasaeed2010 I identify the bug : it was my main.css