Module Goog.Ui.TriStateMenuItem.State
module State : sig..end
Checked states for component.
type t = | NOT_CHECKED(* Component is partially checked. *) | PARTIALLY_CHECKED(* Component is fully checked. *) | FULLY_CHECKED
module State : sig..end
Checked states for component.
type t = | NOT_CHECKED(* Component is partially checked. *) | PARTIALLY_CHECKED(* Component is fully checked. *) | FULLY_CHECKED