Packages

trait FormCheckboxProps extends Object

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

Abstract Value Members

  1. abstract val control: UndefOr[String]

    A form control component (i.e.

    A form control component (i.e. Dropdown) or HTML tagName (i.e. 'input'). Extra FormField props are passed to the control component. Mutually exclusive with children.

Concrete 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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val checked: UndefOr[Boolean]

    Whether or not checkbox is checked.

  8. val children: UndefOr[Node]

    Primary content.

  9. val className: UndefOr[String]

    Additional classes.

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  12. val defaultChecked: UndefOr[Boolean]

    The initial value of checked.

  13. val defaultIndeterminate: UndefOr[Boolean]

    Whether or not checkbox is indeterminate.

  14. val disabled: UndefOr[Boolean]

    Individual fields may be disabled.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val error: UndefOr[SemanticShorthandItemB[LabelProps]]

    Individual fields may display an error state along with a message.

  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val fitted: UndefOr[Boolean]

    Removes padding for a label.

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

  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val id: UndefOr[|[JsNumber, String]]

    A unique identifier.

  24. val indeterminate: UndefOr[Boolean]

    Whether or not checkbox is indeterminate.

  25. val inline: UndefOr[Boolean]

    A field can have its label next to instead of above it.

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. val label: UndefOr[SemanticShorthandItemS[LabelProps]]

    Mutually exclusive with children.

  29. val name: UndefOr[String]

    The HTML input name.

  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val onChange: UndefOr[RawEvent]

    Called when the user attempts to change the checked state.

  34. val onClick: UndefOr[RawEvent]

    Called when the checkbox or label is clicked.

  35. val onMouseDown: UndefOr[RawEvent]

    Called when the user presses down on the mouse.

  36. val onMouseUp: UndefOr[RawEvent]

    Called when the user releases the mouse.

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

    Format as a radio element.

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

  39. val readOnly: UndefOr[Boolean]

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

  40. val required: UndefOr[Boolean]

    A field can show that input is mandatory.

    A field can show that input is mandatory. Requires a label.

  41. val slider: UndefOr[Boolean]

    Format to emphasize the current selection state.

  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val tabIndex: UndefOr[|[JsNumber, String]]

    A checkbox can receive focus.

  44. def toLocaleString(): String
    Definition Classes
    Object
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val toggle: UndefOr[Boolean]

    Format to show an on or off choice.

  47. val type: UndefOr[String]

    HTML input type, either checkbox or radio.

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

    The HTML input value.

  50. def valueOf(): Any
    Definition Classes
    Object
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. val width: UndefOr[SemanticWIDTHS]

    A field can specify its width in grid columns

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped