<input type="checkbox" name="name" />
// Scan checkboxes basekit.components.checkboxes.scan(scope);
// Initialize checkboxes basekit.components.checkboxes.initialize(scope);
// Create checkbox basekit.components.checkboxes.create(id,name,value,title,options,callback);
// Update checkboxes basekit.components.checkboxes.update(scope,id,name,value,title,options);
// Cancel active checkbox basekit.components.checkboxes.cancel();
// Set scope var scope= $('input[type="checkbox"]'); // Reset checkboxes basekit.components.checkboxes.reset(scope);
// Set scope var scope= $('input[type="checkbox"]'); // Validate checkboxes basekit.components.checkboxes.validate(scope);
// Set scope var scope= $('input[type="checkbox"]'); // Persist checkboxes basekit.components.checkboxes.persist(scope);
// Set scope var scope= $('input[type="checkbox"]'); // Lock checkboxes basekit.components.checkboxes.lock(scope);
// Set scope var scope= $('input[type="checkbox"]'); // Unlock checkboxes basekit.components.checkboxes.unlock(scope);
// Set scope var scope= $('input[type="checkbox"]'); // Disable checkboxes basekit.components.checkboxes.disable(scope);
// Set scope var scope= $('input[type="checkbox"]'); // Enable checkboxes basekit.components.checkboxes.enable(scope);
default
disabled
tiny
small
medium
large
huge
xs-xxx
sm-xxx
md-xxx
lg-xxx