TriStateCheckboxF

japgolly.scalajs.react.extra.internal.TriStateCheckboxF$
See theTriStateCheckboxF companion class

Checkbox that can have three states: Checked, Unchecked, Indeterminate.

Attributes

Since

0.11.0

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Checked extends Determinate

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Determinate
class State
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Checked.type
sealed abstract class Determinate extends State

Attributes

Supertypes
class State
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Checked.type
object Unchecked.type
case object Indeterminate extends State

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class State
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class State extends Product, Serializable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Determinate
object Checked.type
object Unchecked.type
object Indeterminate.type
case object Unchecked extends Determinate

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Determinate
class State
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Unchecked.type