simple_form bootstrap中的rails-bootstrap-toggle-buttons无法正常工作

时间:2013-04-16 20:18:46

标签: ruby-on-rails twitter-bootstrap simple-form

请在这里原谅我的新手 - 我正在尝试让gem rails-bootstrap-toggle-buttons在rails应用程序中工作。我搜索了一遍,无法弄明白。我尝试了包装器,但无法让它工作。任何帮助将不胜感激!!

链接到gem:https://github.com/caarlos0/rails-bootstrap-toggle-buttons

链接到宝石来源:https://github.com/nostalgiaz/bootstrap-switch

我正在尝试制作这个:

<div class="switch" data-on="primary" data-off="info">
    <input type="checkbox" checked />
</div>

代码在网站上运行良好,但是当我尝试将其添加到simple_form时,它就会下山。

使用Simple_forms:

= f.input:home_address

我添加了:id =&gt;“复选框”,我已经阅读了宝石网站上的文档,但我是非常新的,4小时后我仍然没有得到它 谢谢!

1 个答案:

答案 0 :(得分:0)

请注意,您的代码必须包含<div> data个属性。如果您只使用simple_form之类的普通旧f.input代码,它只会创建输入,而不是包含重要内容的包装<div>