Cant get Bools to Sync OnPhotonSerializeView

Options
typically i have the MasterClient Photon.Instantiate a gameObject and then set some bools to initialize it. IsPoisonous = true, isHealthPickup = true. But i cant for the life of me get these to sync with client players. Int works fine. the scripts are observed components. Am i missing something. Using Pun classic.