--- layout: default title: Bootstrap-checkbox ---
Enable Bootstrap-checkbox via JavaScript:
{% highlight js %} $(':checkbox').checkboxpicker(); {% endhighlight %}Or just
{% highlight js %} $('input[type="checkbox"]').checkboxpicker(); {% endhighlight %}Property | Type | Default |
---|---|---|
style | false | string | false |
defaultClass | string | btn-default |
offClass | string | btn-danger |
onClass | string | btn-success |
offLabel | string | No |
onLabel | string | Yes |
offTitle | false | string | false |
onTitle | false | string | false |
reverse | boolean | false |