Try adding this to your custom js:
jQuery(".spjs_boolean_slider").remove();
jQuery(".spjs_boolean_wrap input").unwrap();
I haven’t really thought about toggling this on and off so you might have to test it to ensure it works correctly (that the values are saving correctly and that any rules you have on the field work as expected).
Let me know how it works out.
Alexander