Packages

final case class Radio(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[String] = js.undefined, name: UndefOr[String] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMouseUpE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[japgolly.scalajs.react.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, tpe: UndefOr[CheckboxType] = CheckboxType.Radio, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[RadioProps, Radio] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[RadioProps, Props, Unit, Radio], PassthroughA[RadioProps], Passthrough[RadioProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Radio
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Radio(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[String] = js.undefined, name: UndefOr[String] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onClickE: UndefOr[Event] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMouseDownE: UndefOr[Event] = js.undefined, onMouseDown: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMouseUpE: UndefOr[Event] = js.undefined, onMouseUp: UndefOr[japgolly.scalajs.react.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, tpe: UndefOr[CheckboxType] = CheckboxType.Radio, value: UndefOr[|[String, JsNumber]] = 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]): Radio
    Definition Classes
    Radio → GenericJsComponentA
  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[RadioProps, [-p, +u]Props[p, u], UnmountedWithRoot[RadioProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], RadioProps, Null, Component[RadioProps, Null], RadioProps, Null], RadioProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], RadioProps, Null, Component[RadioProps, Null], RadioProps, Null]], RadioProps, [-p, +u]Props[p, u], UnmountedWithRoot[RadioProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], RadioProps, Null, Component[RadioProps, Null], RadioProps, Null], RadioProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], RadioProps, Null, Component[RadioProps, Null], RadioProps, Null]]]
    Attributes
    protected
    Definition Classes
    Radio → GenericJsComponentA
  12. def cprops: RadioProps
    Attributes
    protected
    Definition Classes
    Radio → Passthrough
  13. val defaultChecked: UndefOr[Boolean]
  14. val defaultIndeterminate: UndefOr[Boolean]
  15. val disabled: UndefOr[Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val fitted: UndefOr[Boolean]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val id: UndefOr[|[JsNumber, String]]
  21. val indeterminate: UndefOr[Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val label: UndefOr[String]
  24. val modifiers: Seq[TagMod]
    Definition Classes
    Radio → Passthrough
  25. val name: UndefOr[String]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val onChange: UndefOr[japgolly.scalajs.react.Callback]
  30. val onChangeE: UndefOr[Event]
  31. val onClick: UndefOr[japgolly.scalajs.react.Callback]
  32. val onClickE: UndefOr[Event]
  33. val onMouseDown: UndefOr[japgolly.scalajs.react.Callback]
  34. val onMouseDownE: UndefOr[Event]
  35. val onMouseUp: UndefOr[japgolly.scalajs.react.Callback]
  36. val onMouseUpE: UndefOr[Event]
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. val radio: UndefOr[Boolean]
  39. def rawProps: RadioProps
    Definition Classes
    PassthroughA
  40. val readOnly: UndefOr[Boolean]
  41. def render: Render[RadioProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  42. val slider: UndefOr[Boolean]
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val tabIndex: UndefOr[|[JsNumber, String]]
  45. val toggle: UndefOr[Boolean]
  46. val tpe: UndefOr[CheckboxType]
  47. val value: UndefOr[|[String, JsNumber]]
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. 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 GenericJsComponentA[RadioProps, Props, Unit, Radio]

Inherited from PassthroughA[RadioProps]

Inherited from Passthrough[RadioProps]

Inherited from AnyRef

Inherited from Any

Ungrouped