سوییچ بوت استرپ

سوییچ بوت استرپ

اندازه ها

Just add data-size="Size" attribute to the <input type="checkbox"...>. You can use mini, small, normal, large for size value.

رنگ ها

Just add data-on-color="Color" & data-off-color="Color" to the <input type="checkbox"...>. You can use primary, info, success, warning, danger, default for color values.

غیرفعال/ فقط خواندنی

Just add disabled یا readonly attribute to the <input type="checkbox"...> to make it disabled or readonly.

با متن

Just add data-on-text="Text" & data-off-text="Text" to the <input type="checkbox"...> to set custom text.

با متن طولانی

Just add data-on-text="Long Text" & data-off-text="Long Text" to the <input type="checkbox"...> to set custom text.

متن برچسب

Just add data-on-text="Text" or data-off-text="Text" to the <input type="checkbox"...> to set custom text.

با HTML

Just add data-on-text="HTML Text" & data-off-text="HTML Text" to the <input type="checkbox"...> to set custom HTML text.

دکمه های رادیویی

Just add class radio-switch to the <input type="radio"...>. If you want to change the class name, you have to change jquery according to that.