Packages

trait CheckboxProps extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckboxProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  2. val as: UndefOr[AsT]

    An element type to render as (string or function).

  3. val checked: UndefOr[Boolean]

    Whether or not checkbox is checked.

  4. val className: UndefOr[String]

    Additional classes.

  5. val defaultChecked: UndefOr[Boolean]

    The initial value of checked.

  6. val defaultIndeterminate: UndefOr[Boolean]

    Whether or not checkbox is indeterminate.

  7. val disabled: UndefOr[Boolean]

    A checkbox can appear disabled and be unable to change states

  8. val fitted: UndefOr[Boolean]

    Removes padding for a label.

    Removes padding for a label. Auto applied when there is no label.

  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. val id: UndefOr[|[JsNumber, String]]

    A unique identifier.

  11. val indeterminate: UndefOr[Boolean]

    Whether or not checkbox is indeterminate.

  12. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  13. val label: UndefOr[VdomNode]

    The text of the associated label element.

  14. val name: UndefOr[String]

    The HTML input name.

  15. val onChange: UndefOr[RawEvent]

    Called when the user attempts to change the checked state.

  16. val onClick: UndefOr[RawEvent]

    Called when the checkbox or label is clicked.

  17. val onMouseDown: UndefOr[RawEvent]

    Called when the user presses down on the mouse.

  18. val onMouseUp: UndefOr[RawEvent]

    Called when the user releases the mouse.

  19. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  20. val radio: UndefOr[Boolean]

    Format as a radio element.

    Format as a radio element. This means it is an exclusive option.

  21. val readOnly: UndefOr[Boolean]

    A checkbox can be read-only and unable to change states.

  22. val slider: UndefOr[Boolean]

    Format to emphasize the current selection state.

  23. val tabIndex: UndefOr[|[JsNumber, String]]

    A checkbox can receive focus.

  24. def toLocaleString(): String
    Definition Classes
    Object
  25. val toggle: UndefOr[Boolean]

    Format to show an on or off choice.

  26. val type: UndefOr[String]

    HTML input type, either checkbox or radio.

  27. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  28. val value: UndefOr[|[String, JsNumber]]

    The HTML input value.

  29. def valueOf(): Any
    Definition Classes
    Object