Checkbox

lui.stack.Checkbox
See theCheckbox companion class
object Checkbox extends Companion[Checkbox, CheckboxBuilder]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[Checkbox, CheckboxBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Checkbox.type

Members list

Type members

Classlikes

sealed trait Validation

Attributes

Supertypes
class Object
trait Matchable
class Any
object keys

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
keys.type

Types

type X = keys.type

Inherited types

protected type In[K, V] = Key[K, B, Source[V]]

Attributes

Inherited from:
Companion
type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
protected type Out[K, V] = Key[K, B, Sink[V]]

Attributes

Inherited from:
Companion

Value members

Concrete methods

def empty: CheckboxBuilder

Inherited methods

def apply(mods: X => () => CheckboxBuilder*): C

Attributes

Inherited from:
Companion

Concrete fields

val x: X

Implicits

Implicits

implicit val assignChecked: In[inChecked, Boolean]
implicit val assignDescription: In[description, String]
implicit val assignDisabled: In[disabled, Boolean]
implicit val assignLabel: In[label, String]
implicit val assignMessage: In[message, String]
implicit val assignOut: Out[checked, Boolean]
implicit val assignValue: In[inValue, String]
implicit val assignVariant: In[variant, Option[Validation]]