示例代碼 $('input').iCheck('check');
— 將輸入框的狀態設置為checked $('input').iCheck('uncheck');
— 移除 checked 狀態 $('input').iCheck('toggle');
— toggle checked state $('input').iCheck('disable');
— 將輸入框的狀態設置為 disabled $('input').iCheck('enable');
— 移除 disabled 狀態 $('input').iCheck('update');
— apply input changes, which were done outside the plugin $('input').iCheck('destroy');
— 移除iCheck樣式