TriStateCheckbox

object TriStateCheckbox extends TriStateCheckboxF[Sync]
class TriStateCheckboxF[Sync]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

case class Props(state: State, setNextState: F[Unit], disabled: Boolean)
Inherited from
TriStateCheckboxF

Inherited types

Inherited from
TriStateCheckboxF
final type State = State
Inherited from
TriStateCheckboxF

Value members

Inherited methods

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

Clicking or pressing space = change.

Clicking or pressing space = change.

Inherited from
TriStateCheckboxF

Inherited fields

final val Checked: Checked
Inherited from
TriStateCheckboxF
val Component: Component[Props, Unit, Unit, [p, u] =>> Props[p, u]]
Inherited from
TriStateCheckboxF
final val Unchecked: Unchecked
Inherited from
TriStateCheckboxF

Implicits

Inherited implicits

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