drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

$('input).iCheck('check') is not working #412

Open afshankazhungil opened 5 years ago

afshankazhungil commented 5 years ago

When I trying to check the iCheck box using the code $('input').iCheck('check'). nothing effected with the checkbox

JimVince commented 4 years ago

I'm doing test automation using a proprietary application and sometimes I use JavaScript code snippets to act on a web element.

I noticed that all web elements in the application I'm test automating that use iCheck have caused difficulty in using .click().

Actually, until the time of writing this, I'm STILL looking for a way to click on a radio button, and a checkbox that have icheck "layers"...

I have requested our in-house internal developers to minimize using iCheck if NOT totally eliminate its use if they want an automated testing framework using our automation tool to exist for all our apps.