Search
 
SCRIPT & CODE EXAMPLE
 

HTML

icheck js

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.3/skins/all.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/iCheck/1.0.3/icheck.min.js"></script>
<script>
(function($) { 
$(document).ready(function(){
  $('input').iCheck({
    checkboxClass: 'icheckbox_futurico',
    radioClass: 'iradio_futurico',
    increaseArea: '20%' // optional
  });
});
})(jQuery);
</script>
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap tablist 
Html :: event in react 
Html :: meta description tag in html 
Html :: html auto change year 
Html :: github see commits by user 
Html :: html lang attribute 
Html :: a href rel 
Html :: href tag in html 
Html :: what should base_generic.html look like 
Html :: html p tag 
Html :: nested columsn inside bootstrap 
Html :: html form using http 
Html :: html button with href 
Html :: boostrap input tag 
Html :: date month year dropdown html 
Html :: simple html dom 
Html :: use disabled= in button 
Html :: les cercle en html 
Html :: time.mktime 
Html :: html <nav element 
Html :: Bootstrap 4.6 Starter Template | bootstrap starter template 
Html :: meta tags 
Html :: class disabled 
Html :: html change button color 
Html :: html mark tag 
Html :: HTML dropdown table 
Html :: h5 in html 
Html :: html peseta 
Html :: text in imgae tag html 
Html :: avoid textarea user input 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =