trait CheckboxProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- CheckboxProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(key: String): Any
- Annotations
- @JSBracketAccess()
- val as: UndefOr[AsT]
An element type to render as (string or function).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checked: UndefOr[Boolean]
Whether or not checkbox is checked.
- val className: UndefOr[String]
Additional classes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val defaultChecked: UndefOr[Boolean]
The initial value of checked.
- val defaultIndeterminate: UndefOr[Boolean]
Whether or not checkbox is indeterminate.
- val disabled: UndefOr[Boolean]
A checkbox can appear disabled and be unable to change states
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fitted: UndefOr[Boolean]
Removes padding for a label.
Removes padding for a label. Auto applied when there is no label.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: UndefOr[|[JsNumber, String]]
A unique identifier.
- val indeterminate: UndefOr[Boolean]
Whether or not checkbox is indeterminate.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val label: UndefOr[SemanticShorthandItemS[LabelProps]]
The text of the associated label element.
- val name: UndefOr[String]
The HTML input name.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onChange: UndefOr[RawEvent]
Called when the user attempts to change the checked state.
- val onClick: UndefOr[RawEvent]
Called when the checkbox or label is clicked.
- val onMouseDown: UndefOr[RawEvent]
Called when the user presses down on the mouse.
- val onMouseUp: UndefOr[RawEvent]
Called when the user releases the mouse.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val radio: UndefOr[Boolean]
Format as a radio element.
Format as a radio element. This means it is an exclusive option.
- val readOnly: UndefOr[Boolean]
A checkbox can be read-only and unable to change states.
- val slider: UndefOr[Boolean]
Format to emphasize the current selection state.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[|[JsNumber, String]]
A checkbox can receive focus.
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val toggle: UndefOr[Boolean]
Format to show an on or off choice.
- val type: UndefOr[String]
HTML input type, either checkbox or radio.
- def update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
- val value: UndefOr[|[String, JsNumber]]
The HTML input value.
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()