Checkbox

lui.stack.Checkbox
See theCheckbox companion object
case class Checkbox(root: HtmlElement, checked: Signal[(String, Boolean)]) extends Component

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def apply(element: HtmlElement): Unit

You can count on this method being a no-op in your libraries and end user code.

You can count on this method being a no-op in your libraries and end user code.

The reason this method is not abstract is to avoid broken SAM sugar in case of meta modifiers. See https://github.com/raquo/scala-dom-types/issues/27

Attributes

Definition Classes
Component -> Modifier
Inherited from:
Component
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product