Module Dynamic.Parameter.Bool

module Bool: sig .. end
Boolean parameters.
Consult the Plugin Development Guide for additional details.

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