I am having problems handling a disabled checkbox. The html is fine but no matter what I can still click in the textbox to change its state.
is there a way I am missing to handle this please?
Thanks
Andy
I had the same problem. I'm not at all sure, but I think that the checkboxes and radio buttons are indeed disabled, it's just that the images don't reflect the condition. You can fix this problem adding a condition to the "click" binding in the prettyCheckboxes.js file to cancel any action if the input is disabled.
I didn't do an exhausting testing, but at least it seems to work in Chrome, IE8 and IE9. The hole code for prettyCheckboxes.js is as follow (sorry for the lack of indentation, I don't know how to post code in this forum):