module Check: sig .. end
sig
end
Checkbox widget.
type t
type style
val create : ?state:bool -> ?style:style -> unit -> t
?state:bool -> ?style:style -> unit -> t
val state : t -> bool
t -> bool