TriStateCheckbox

japgolly.scalajs.react.extra.components.package$.TriStateCheckbox$
object TriStateCheckbox extends TriStateCheckboxF[Sync]

Attributes

Graph
Supertypes
class TriStateCheckboxF[Sync]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

case class Props(state: State, setNextState: F[Unit], disabled: Boolean, tagMod: Reusable[TagMod])

Attributes

Inherited from:
TriStateCheckboxF
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

final type Determinate = Determinate

Attributes

Inherited from:
TriStateCheckboxF
final type State = State

Attributes

Inherited from:
TriStateCheckboxF

Value members

Inherited methods

def eventHandlers(onChange: Function0[Unit]): TagMod

Clicking or pressing space = change.

Clicking or pressing space = change.

Attributes

Inherited from:
TriStateCheckboxF

Inherited fields

final val Checked: Checked.type

Attributes

Inherited from:
TriStateCheckboxF
val Component: Component[Props, Unit, Unit, Props]

Attributes

Inherited from:
TriStateCheckboxF
final val Indeterminate: Indeterminate.type

Attributes

Inherited from:
TriStateCheckboxF
final val Unchecked: Unchecked.type

Attributes

Inherited from:
TriStateCheckboxF

Implicits

Inherited implicits

implicit val reusabilityProps: Reusability[Props]

Attributes

Inherited from:
TriStateCheckboxF
implicit val reusabilityState: Reusability[State]

Attributes

Inherited from:
TriStateCheckboxF