data-size="Size"
attribute to the
<input type="checkbox"...>
. Size values:
mini, small, normal, large
.
disabled
or
readonly
attribute to the
<input type="checkbox"...>
.
data-on-color="Color"
&
data-off-color="Color"
to the
<input type="checkbox"...>
. Color values:
primary, info, success, warning, danger, default
.
radio-switch
to the
<input type="radio"...>
. If you want to change the class name, you have to change
jquery according to that.
data-on-text="Text"
&
data-off-text="Text"
to the
<input type="checkbox"...>
.
data-on-text="Long Text"
&
data-off-text="Long Text"
to the
<input type="checkbox"...>
.
data-on-text="Text"
or
data-off-text="Text"
to the
<input type="checkbox"...>
.
data-on-text="HTML Text"
&
data-off-text="HTML Text"
to the
<input type="checkbox"...>
.