Options
All
  • Public
  • Public/Protected
  • All
Menu

Checkbox control.

This is an alternative to the native checkbox that can be styled.

Hierarchy

Implements

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns Checkbox

Properties

attrs

children

children: Content[]

view

view: View = new Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

input

input: object

name

name: string = this.attrs.ww.name

value

value: boolean = this.attrs.ww.value || null

onChange

  • onChange(): void

root

root: object

class

class: string = CHECKBOX

Generated using TypeDoc