В моей модели
field :resizable, type: Boolean, default: true
Вещи, которые я пробовал в formtastic:
= f.input :resizable, :as => :check_boxes # This produces two textboxes
= f.input :resizable # This produces an input field
= f.input :resizable, :as => :check_box # This produces an error
Ошибка, которую я получаю как:: check_box:
ActionView::Template::Error (Formtastic::UnknownInputError):
Когда я использую, как: радио это работает.