所有bootstrap切换开关文档都显示开/关示例。
http://www.bootstraptoggle.com/
目前左侧显示On
,右侧显示Off
。
如何更改其视觉位置以便Off
保留,On
是正确的?
<%= f.check_box :someday, :data => { size:'small', 'on-color'=>'danger'}, class: 'someclass' %>
<script>
$("[class='someclass']").bootstrapSwitch();
</script>