Checkbox

lui.stack.Checkbox
object Checkbox

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Checkbox.type

Members list

Type members

Classlikes

case class Component(root: HtmlElement, checked: Source[(String, Boolean)])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Component

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Component.type
case class Param(label: Source[String], description: Source[String], validationMessage: Source[String], inValue: Source[String], checked: Sink[Boolean], validation: Source[Option[Validation]], disabled: Source[Boolean])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Param

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Param.type
sealed trait Validation

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(mods: () => Param*): Component

Concrete fields

Implicits

Implicits

implicit val assignDescription: Key[description, Param, Source[String]]
implicit val assignDisabled: Key[disabled, Param, Source[Boolean]]
implicit val assignLabel: Key[label, Param, Source[String]]
implicit val assignMessage: Key[message, Param, Source[String]]
implicit val assignOut: Key[checked, Param, Sink[Boolean]]
implicit val assignValue: Key[inValue, Param, Source[String]]
implicit val assignVariant: Key[variant, Param, Source[Option[Validation]]]