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[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[japgolly.scalajs.react.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[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[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[japgolly.scalajs.react.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[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): FormCheckbox
    Definition Classes
    FormCheckbox → GenericJsComponentAC
  2. val as: UndefOr[AsC]
  3. val checked: UndefOr[Boolean]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[ShorthandS[VdomNode]]
  7. val control: UndefOr[String]
  8. val defaultChecked: UndefOr[Boolean]
  9. val defaultIndeterminate: UndefOr[Boolean]
  10. val disabled: UndefOr[Boolean]
  11. val error: UndefOr[ShorthandB[Label]]
  12. val fitted: UndefOr[Boolean]
  13. val id: UndefOr[|[JsNumber, String]]
  14. val indeterminate: UndefOr[Boolean]
  15. val inline: UndefOr[Boolean]
  16. val label: UndefOr[ShorthandS[Label]]
  17. val modifiers: Seq[TagMod]
    Definition Classes
    FormCheckbox → Passthrough
  18. val name: UndefOr[String]
  19. val onChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback]
  20. val onChangeE: UndefOr[Event]
  21. val onClick: UndefOr[japgolly.scalajs.react.Callback]
  22. val onClickE: UndefOr[Event]
  23. val onMouseDown: UndefOr[japgolly.scalajs.react.Callback]
  24. val onMouseDownE: UndefOr[Event]
  25. val onMouseUp: UndefOr[japgolly.scalajs.react.Callback]
  26. val onMouseUpE: UndefOr[Event]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val radio: UndefOr[Boolean]
  29. def rawModifiers: (FormCheckboxProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  30. val readOnly: UndefOr[Boolean]
  31. def render: Render[FormCheckboxProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  32. val required: UndefOr[Boolean]
  33. val slider: UndefOr[Boolean]
  34. val tabIndex: UndefOr[|[JsNumber, String]]
  35. val toggle: UndefOr[Boolean]
  36. val tpe: UndefOr[CheckboxType]
  37. val value: UndefOr[|[String, JsNumber]]
  38. val width: UndefOr[SemanticWidth]
  39. def withOptionalRef(ref: Option[Handle[RawMounted[FormCheckboxProps, Null]]]): GenericJsComponentAC[FormCheckboxProps, PropsAndChildren, Unit, FormCheckbox]
    Definition Classes
    GenericJsComponentAC
  40. def withRef(ref: Handle[RawMounted[FormCheckboxProps, Null]]): GenericJsComponentAC[FormCheckboxProps, PropsAndChildren, Unit, FormCheckbox]
    Definition Classes
    GenericJsComponentAC