- @object = DummyFormObject.new(has_errors: false) .row.double-gap-top %form.uc-form = simple_fields_for @object do |f| .row .uc-form-field.show.align-right %label.uc-form-field-checkbutton Checkbutton %input{type: 'checkbox'} %label.uc-form-field-checkbutton.current Checkbutton %input{type: 'checkbox', checked: 'checked'}