Simple form switcher disappearing
06:01 12 Dec 2025

I added a switch for filtering purposes in simple_form

.form-switch
    = form.input(:migrate_blocked, label: false, as: :boolean, input_html: {"data-action": "change->submit#submit"})

It is working technically but when I switch it on it disappears visually it's still there just not visible. When I turn it back off it's visible again. I don't have any CSS that could influence it.

ruby-on-rails simple-form