icheck icon indicating copy to clipboard operation
icheck copied to clipboard

Is a ReadOnly status going to be available for iCheck?

Open jhyland87 opened this issue 9 years ago • 3 comments

I was half way through switching from Labelauty to iCheck, because iCheck supports radio buttons as well as checkboxes, and it just looks awesome. But then I realized that iCheck doesn't seem to have a readonly feature for the inputs.

I really need the readonly, because I still need the values of the inputs to be send through the form, they just cant be edited.

I thought that maybe it would be easy to just edit the icheck.js myself and do it, but its a pain with mostly ternary operations everywhere, seemingly making it so the status is just a true or false binary.

Is there a way to accomplish readonly? and if not, do you plan on implementing it soon?

Thanks!

jhyland87 avatar Nov 04 '15 16:11 jhyland87

Any progress on this?

bcalik avatar May 23 '16 09:05 bcalik

you can use this one instead style="pointer-events: none;" on the checkbox that you want to become readable only

MarJose123 avatar Aug 14 '18 07:08 MarJose123