coffeescript-ui
Version:
Coffeescript User Interface System
25 lines (19 loc) • 604 B
Markdown
<span class="inheritance">
<a href="#Documentation/core/dom">DOM</a>
<a class="inheritance" href="#Documentation/elements/datafield">Datafield</a>
<a class="inheritance" href="#Documentation/elements/datafieldinput">DatafieldInput</a>
<a class="inheritance" href="#Documentation/elements/checkbox"><mark>Checkbox</mark></a>
</span>
***
Lorem Ipsum
1.
To build a new button you simply create a new object of the type *Button*.
```coffeescript
myCheckBox = new Checkbox
<parameter-as-json-object>
```
@@include(checkbox_p.md)