I'm not seeing that in this example. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.
using the jquery ui styling framework, which may be part of the issue. Your example seems to render the standard HTML checkbox. I get what looks like a gif tick superimposed.
I've figured this out. I was adding "select-checkbox" class, which must have been an older method. I've replaced this with html containing the input as per your example and it now renders with a HTML checkbox, rather than some replacement jquery ui thing.
Answers
I'm not seeing that in this example. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.
Cheers,
Colin
using the jquery ui styling framework, which may be part of the issue. Your example seems to render the standard HTML checkbox. I get what looks like a gif tick superimposed.
can't link the page as it's an internal application
I've figured this out. I was adding "select-checkbox" class, which must have been an older method. I've replaced this with html containing the input as per your example and it now renders with a HTML checkbox, rather than some replacement jquery ui thing.
thanks for your help!
Ah nice, glad all sorted, thanks for reporting back,
Colin