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[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, 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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Radio
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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[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, tpe: UndefOr[CheckboxType] = CheckboxType.Radio, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): Radio
- Definition Classes
- Radio → GenericJsComponentA
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checked: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[RadioProps, [-p, +u]Props[p, u], UnmountedWithRoot[RadioProps, MountedWithRoot[[A]A, RadioProps, Null, Component[RadioProps, Null], RadioProps, Null], RadioProps, MountedWithRoot[[A]A, RadioProps, Null, Component[RadioProps, Null], RadioProps, Null]], RadioProps, [-p, +u]Props[p, u], UnmountedWithRoot[RadioProps, MountedWithRoot[[A]A, RadioProps, Null, Component[RadioProps, Null], RadioProps, Null], RadioProps, MountedWithRoot[[A]A, RadioProps, Null, Component[RadioProps, Null], RadioProps, Null]]]
- Attributes
- protected
- Definition Classes
- Radio → GenericJsComponentA
- def cprops: RadioProps
- Attributes
- protected
- Definition Classes
- Radio → Passthrough
- val defaultChecked: UndefOr[Boolean]
- val defaultIndeterminate: UndefOr[Boolean]
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fitted: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: UndefOr[|[JsNumber, String]]
- val indeterminate: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: UndefOr[String]
- val modifiers: Seq[TagMod]
- Definition Classes
- Radio → Passthrough
- val name: UndefOr[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onChange: UndefOr[Callback]
- val onChangeE: UndefOr[Event]
- val onClick: UndefOr[Callback]
- val onClickE: UndefOr[Event]
- val onMouseDown: UndefOr[Callback]
- val onMouseDownE: UndefOr[Event]
- val onMouseUp: UndefOr[Callback]
- val onMouseUpE: UndefOr[Event]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val radio: UndefOr[Boolean]
- def rawProps: RadioProps
- Definition Classes
- PassthroughA
- val readOnly: UndefOr[Boolean]
- def render: Render[RadioProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val slider: UndefOr[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[|[JsNumber, String]]
- val toggle: UndefOr[Boolean]
- val tpe: UndefOr[CheckboxType]
- val value: UndefOr[|[String, JsNumber]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()