Packages

object Checkbox extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Checkbox
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CheckboxProps extends Object
    Annotations
    @JSType() @native()
  2. type Event = (japgolly.scalajs.react.ReactMouseEvent, CheckboxProps) => japgolly.scalajs.react.Callback
  3. type RawEvent = Function2[japgolly.scalajs.react.ReactMouseEvent, CheckboxProps, Unit]

Value Members

  1. val Default: Checkbox
  2. def apply(modifiers: TagMod*): Checkbox
  3. val defaultProps: CheckboxProps
  4. def props(q: Checkbox): CheckboxProps
  5. def rawprops(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[(Boolean) => 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] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined): CheckboxProps
  6. object RawComponent extends Function with Function1[Any, Any]
    Annotations
    @native() @JSImport("semantic-ui-react", "Checkbox")