Packages

final case class FormCheckbox(as: UndefOr[AsC] = js.undefined, checked: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, defaultChecked: UndefOr[Boolean] = js.undefined, defaultIndeterminate: UndefOr[Boolean] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, id: UndefOr[|[JsNumber, String]] = js.undefined, indeterminate: UndefOr[Boolean] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, name: UndefOr[String] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[Callback] = js.undefined, onMouseUpE: UndefOr[Event] = js.undefined, radio: UndefOr[Boolean] = js.undefined, readOnly: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, slider: UndefOr[Boolean] = js.undefined, tabIndex: UndefOr[|[JsNumber, String]] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, tpe: UndefOr[CheckboxType] = CheckboxType.Checkbox, value: UndefOr[|[String, JsNumber]] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[FormCheckboxProps, FormCheckbox] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[FormCheckboxProps, PropsAndChildren, Unit, FormCheckbox], PassthroughAC[FormCheckboxProps], Passthrough[FormCheckboxProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormCheckbox
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormCheckbox(as: UndefOr[AsC] = js.undefined, checked: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, defaultChecked: UndefOr[Boolean] = js.undefined, defaultIndeterminate: UndefOr[Boolean] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, fitted: UndefOr[Boolean] = js.undefined, id: UndefOr[|[JsNumber, String]] = js.undefined, indeterminate: UndefOr[Boolean] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, name: UndefOr[String] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[Callback] = js.undefined, onMouseUpE: UndefOr[Event] = js.undefined, radio: UndefOr[Boolean] = js.undefined, readOnly: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, slider: UndefOr[Boolean] = js.undefined, tabIndex: UndefOr[|[JsNumber, String]] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, tpe: UndefOr[CheckboxType] = CheckboxType.Checkbox, value: UndefOr[|[String, JsNumber]] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = 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. def addModifiers(modifiers: Seq[TagMod]): FormCheckbox
    Definition Classes
    FormCheckbox → GenericJsComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val checked: UndefOr[Boolean]
  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. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[FormCheckboxProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[FormCheckboxProps, MountedWithRoot[[A]A, FormCheckboxProps, Null, Component[FormCheckboxProps, Null], FormCheckboxProps, Null], FormCheckboxProps, MountedWithRoot[[A]A, FormCheckboxProps, Null, Component[FormCheckboxProps, Null], FormCheckboxProps, Null]], FormCheckboxProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[FormCheckboxProps, MountedWithRoot[[A]A, FormCheckboxProps, Null, Component[FormCheckboxProps, Null], FormCheckboxProps, Null], FormCheckboxProps, MountedWithRoot[[A]A, FormCheckboxProps, Null, Component[FormCheckboxProps, Null], FormCheckboxProps, Null]]]
    Attributes
    protected
    Definition Classes
    FormCheckbox → GenericJsComponentAC
  12. val content: UndefOr[ShorthandS[VdomNode]]
  13. val control: UndefOr[String]
  14. def cprops: FormCheckboxProps
    Attributes
    protected
    Definition Classes
    FormCheckbox → Passthrough
  15. val defaultChecked: UndefOr[Boolean]
  16. val defaultIndeterminate: UndefOr[Boolean]
  17. val disabled: UndefOr[Boolean]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val error: UndefOr[ShorthandB[Label]]
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. val fitted: UndefOr[Boolean]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val id: UndefOr[|[JsNumber, String]]
  24. val indeterminate: UndefOr[Boolean]
  25. val inline: UndefOr[Boolean]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val label: UndefOr[ShorthandS[Label]]
  28. val modifiers: Seq[TagMod]
    Definition Classes
    FormCheckbox → Passthrough
  29. val name: UndefOr[String]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val onChange: UndefOr[Callback]
  34. val onChangeE: UndefOr[Event]
  35. val onClick: UndefOr[Callback]
  36. val onClickE: UndefOr[Event]
  37. val onMouseDown: UndefOr[Callback]
  38. val onMouseDownE: UndefOr[Event]
  39. val onMouseUp: UndefOr[Callback]
  40. val onMouseUpE: UndefOr[Event]
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. val radio: UndefOr[Boolean]
  43. def rawModifiers: (FormCheckboxProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  44. val readOnly: UndefOr[Boolean]
  45. def render: Render[FormCheckboxProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  46. val required: UndefOr[Boolean]
  47. val slider: UndefOr[Boolean]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. val tabIndex: UndefOr[|[JsNumber, String]]
  50. val toggle: UndefOr[Boolean]
  51. val tpe: UndefOr[CheckboxType]
  52. val value: UndefOr[|[String, JsNumber]]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. val width: UndefOr[semanticui.SemanticWidth]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[FormCheckboxProps, PropsAndChildren, Unit, FormCheckbox]

Inherited from PassthroughAC[FormCheckboxProps]

Inherited from Passthrough[FormCheckboxProps]

Inherited from AnyRef

Inherited from Any

Ungrouped