bootstrap-checkbox icon indicating copy to clipboard operation
bootstrap-checkbox copied to clipboard

Documentation incorrect data-off-title should be data-off-label

Open howdu opened this issue 10 years ago • 0 comments

<input type="checkbox" data-off-title="No" data-on-title="Yes">

Also be nice if there was a way of controling the size via data attribute. At the moment I have to do this:

$this.checkboxpicker({
  defaultClass: 'btn-default btn-sm',
  offClass: 'btn-danger btn-sm',
  onClass: 'btn-info btn-sm'
}); 

howdu avatar Jun 18 '15 10:06 howdu