Switch

org.terminal21.client.components.chakra.Switch
case class Switch(key: String, var text: String, defaultChecked: Boolean, var isDisabled: Boolean, var style: Map[String, Any]) extends ChakraElement, HasEventHandler, CanHandleOnChangeEvent[Switch]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasStyle
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def checked: Boolean

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
CanHandleOnChangeEvent
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render()(using session: ConnectedSession): Unit

Attributes

Inherited from:
UiElement