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, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[CheckboxProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericComponentC[CheckboxProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Checkbox
  2. Serializable
  3. Product
  4. Equals
  5. GenericComponentC
  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, children: ChildrenArgs = Seq.empty)

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 children: ChildrenArgs
    Definition Classes
    Checkbox → GenericComponentC
  8. val className: UndefOr[String]
  9. val clazz: UndefOr[Css]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def cprops: CheckboxProps
    Definition Classes
    Checkbox → GenericComponentC
  12. val defaultChecked: UndefOr[Boolean]
  13. val defaultIndeterminate: UndefOr[Boolean]
  14. val disabled: UndefOr[Boolean]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val fitted: UndefOr[Boolean]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val id: UndefOr[|[JsNumber, String]]
  20. val indeterminate: UndefOr[Boolean]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val label: UndefOr[VdomNode]
  23. val name: UndefOr[String]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val onChange: UndefOr[Callback]
  28. val onChangeE: UndefOr[Event]
  29. val onClick: UndefOr[Callback]
  30. val onClickE: UndefOr[Event]
  31. val onMouseDown: UndefOr[Callback]
  32. val onMouseDownE: UndefOr[Event]
  33. val onMouseUp: UndefOr[Callback]
  34. val onMouseUpE: UndefOr[Event]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. val radio: UndefOr[Boolean]
  37. val readOnly: UndefOr[Boolean]
  38. def render: Render[CheckboxProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  39. def renderWith: (Seq[ChildArg]) => 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 → GenericComponentC
    Annotations
    @inline()
  40. val slider: UndefOr[Boolean]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val tabIndex: UndefOr[|[JsNumber, String]]
  43. val toggle: UndefOr[Boolean]
  44. val type: UndefOr[CheckboxType]
  45. val value: UndefOr[|[String, JsNumber]]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def withChildren(children: ChildrenArgs): Checkbox
    Definition Classes
    Checkbox → GenericComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[CheckboxProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped