pub type SwitchState = Bool
pub fn switch( state state: Bool, on_state_change state_change: fn(Bool) -> a, id id: String, ) -> Element(a)