my rails checkbox is always checked in the dom. How can I make it so when the page loads it's checked if the object is true or not?
= f.check_box :split_funding, {class: "split_funding", :disabled => @survey.completed?, id: "split_funding_#{school.id}", "data-attribute" => "split_funding", "data-id" => school.id}