UNPKG

coffeescript-ui

Version:
25 lines (19 loc) 604 B
# Checkbox <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> *** ## Description Lorem Ipsum ## Creating a Checkbox ##### instructions 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)