Packages

final case class Checkbox(as: UndefOr[AsC] = js.undefined, checked: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, defaultChecked: UndefOr[Boolean] = js.undefined, defaultIndeterminate: UndefOr[Boolean] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, id: UndefOr[|[JsNumber, String]] = js.undefined, indeterminate: UndefOr[Boolean] = js.undefined, label: UndefOr[VdomNode] = js.undefined, name: UndefOr[String] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[Callback] = js.undefined, onMouseUpE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[Callback] = js.undefined, radio: UndefOr[Boolean] = js.undefined, readOnly: UndefOr[Boolean] = js.undefined, slider: UndefOr[Boolean] = js.undefined, tabIndex: UndefOr[|[JsNumber, String]] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, type: UndefOr[CheckboxType] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined) extends GenericComponentP[CheckboxProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentP[CheckboxProps, Props, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Checkbox
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentP
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Checkbox(as: UndefOr[AsC] = js.undefined, checked: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, defaultChecked: UndefOr[Boolean] = js.undefined, defaultIndeterminate: UndefOr[Boolean] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, id: UndefOr[|[JsNumber, String]] = js.undefined, indeterminate: UndefOr[Boolean] = js.undefined, label: UndefOr[VdomNode] = js.undefined, name: UndefOr[String] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[Callback] = js.undefined, onMouseUpE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[Callback] = js.undefined, radio: UndefOr[Boolean] = js.undefined, readOnly: UndefOr[Boolean] = js.undefined, slider: UndefOr[Boolean] = js.undefined, tabIndex: UndefOr[|[JsNumber, String]] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, type: UndefOr[CheckboxType] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val as: UndefOr[AsC]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val checked: UndefOr[Boolean]
  7. val className: UndefOr[String]
  8. val clazz: UndefOr[Css]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def cprops: CheckboxProps
    Definition Classes
    Checkbox → GenericJsComponentP
  11. val defaultChecked: UndefOr[Boolean]
  12. val defaultIndeterminate: UndefOr[Boolean]
  13. val disabled: UndefOr[Boolean]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. val fitted: UndefOr[Boolean]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val id: UndefOr[|[JsNumber, String]]
  19. val indeterminate: UndefOr[Boolean]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val label: UndefOr[VdomNode]
  22. val name: UndefOr[String]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val onChange: UndefOr[Callback]
  27. val onChangeE: UndefOr[Event]
  28. val onClick: UndefOr[Callback]
  29. val onClickE: UndefOr[Event]
  30. val onMouseDown: UndefOr[Callback]
  31. val onMouseDownE: UndefOr[Event]
  32. val onMouseUp: UndefOr[Callback]
  33. val onMouseUpE: UndefOr[Event]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val radio: UndefOr[Boolean]
  36. val readOnly: UndefOr[Boolean]
  37. def render: UnmountedWithRoot[CheckboxProps, MountedWithRoot[[A]A, CheckboxProps, Null, Component[CheckboxProps, Null], CheckboxProps, Null], CheckboxProps, MountedWithRoot[[A]A, CheckboxProps, Null, Component[CheckboxProps, Null], CheckboxProps, Null]]
    Definition Classes
    Checkbox → GenericJsComponentP
    Annotations
    @inline()
  38. val slider: UndefOr[Boolean]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val tabIndex: UndefOr[|[JsNumber, String]]
  41. val toggle: UndefOr[Boolean]
  42. val type: UndefOr[CheckboxType]
  43. val value: UndefOr[|[String, JsNumber]]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentP[CheckboxProps, Props, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped