基于Bootstrap3的Checkbox元素美化jQuery插件 Customizable Checkbox Plugin with jQuery and Bootstrap

Events Callbacks

  • onLoadSbtc: For each input a node is created. After this node is placed run this event, and return newNodeElement (node) and input loop index (int)
  • beforeChange: Before check change run beforeChange event, and return (bool) and nodeElement (node)
  • afterChange: After check change run beforeChange event, and return (bool) and nodeElement (node)

onLoadSbtc 			
beforeChange - is checked? 	
afterChange - is checked?