Module Dynamic.Parameter.Bool


module Bool: sig .. end
Boolean parameters.

include Dynamic.Parameter.Common
val on : string -> unit -> unit
Set the parameter to true.
val off : string -> unit -> unit
Set the parameter to false.