The initial boolean value for this observable.
Optionaloptions: ObservableOptionsOptional configuration for the observable, such as whether the value can be written by the client.
A function that receives the new boolean value each time the observable changes.
An observable that holds a boolean value. Listeners are notified whenever the value changes.