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. 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 children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  7. val defaultChecked: UndefOr[Boolean]

    The initial value of checked.

  8. val defaultIndeterminate: UndefOr[Boolean]

    Whether or not checkbox is indeterminate.

  9. val disabled: UndefOr[Boolean]

    Individual fields may be disabled.

  10. val error: UndefOr[SemanticShorthandItemB[LabelProps]]

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

  11. val fitted: UndefOr[Boolean]

    Removes padding for a label.

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

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

    A unique identifier.

  14. val indeterminate: UndefOr[Boolean]

    Whether or not checkbox is indeterminate.

  15. val inline: UndefOr[Boolean]

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

  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. val label: UndefOr[SemanticShorthandItemS[LabelProps]]

    Mutually exclusive with children.

  18. val name: UndefOr[String]

    The HTML input name.

  19. val onChange: UndefOr[RawEvent]

    Called when the user attempts to change the checked state.

  20. val onClick: UndefOr[RawEvent]

    Called when the checkbox or label is clicked.

  21. val onMouseDown: UndefOr[RawEvent]

    Called when the user presses down on the mouse.

  22. val onMouseUp: UndefOr[RawEvent]

    Called when the user releases the mouse.

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

    Format as a radio element.

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

  25. val readOnly: UndefOr[Boolean]

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

  26. val required: UndefOr[Boolean]

    A field can show that input is mandatory.

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

  27. val slider: UndefOr[Boolean]

    Format to emphasize the current selection state.

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

    A checkbox can receive focus.

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

    Format to show an on or off choice.

  31. val type: UndefOr[String]

    HTML input type, either checkbox or radio.

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

    The HTML input value.

  34. def valueOf(): Any
    Definition Classes
    Object
  35. val width: UndefOr[SemanticWIDTHS]

    A field can specify its width in grid columns