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[ShorthandS[Label]] = 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.Checkbox, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[CheckboxProps, Checkbox] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Checkbox
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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[ShorthandS[Label]] = 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.Checkbox, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)
Value Members
- def addModifiers(modifiers: Seq[TagMod]): Checkbox
- Definition Classes
- Checkbox → GenericJsComponentA
- val as: UndefOr[AsC]
- val checked: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[CheckboxProps, [-p, +u]Props[p, u], UnmountedWithRoot[CheckboxProps, MountedWithRoot[[A]A, CheckboxProps, Null, Component[CheckboxProps, Null], CheckboxProps, Null], CheckboxProps, MountedWithRoot[[A]A, CheckboxProps, Null, Component[CheckboxProps, Null], CheckboxProps, Null]], CheckboxProps, [-p, +u]Props[p, u], 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 → GenericJsComponentA
- val defaultChecked: UndefOr[Boolean]
- val defaultIndeterminate: UndefOr[Boolean]
- val disabled: UndefOr[Boolean]
- val fitted: UndefOr[Boolean]
- val id: UndefOr[|[JsNumber, String]]
- val indeterminate: UndefOr[Boolean]
- val label: UndefOr[ShorthandS[Label]]
- val modifiers: Seq[TagMod]
- Definition Classes
- Checkbox → Passthrough
- val name: UndefOr[String]
- 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: CheckboxProps
- Definition Classes
- PassthroughA
- val readOnly: UndefOr[Boolean]
- def render: Render[CheckboxProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val slider: UndefOr[Boolean]
- val tabIndex: UndefOr[|[JsNumber, String]]
- val toggle: UndefOr[Boolean]
- val tpe: UndefOr[CheckboxType]
- val value: UndefOr[|[String, JsNumber]]