coffeescript-ui
Version:
Coffeescript User Interface System
27 lines (21 loc) • 1.03 kB
Markdown
```div-parameter
## Parameter Checkbox
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| value | | true | no | Lorem |
| value_unchecked | | false | no | Lorem |
| text | <dt><String> | - | no | Lorem |
| content | <dt>isElement<dt>CUI-Element | - | no | Lorem |
| active | <dt><Boolean> | false | no | <dt>true<dd><dt>false<dd> |
| radio | <dt><String> | - | no | Lorem |
| group | <dt><String> | - | no | Lorem |
| radio_allow_null | <dt><Boolean> | - | no | <dt>true<dd><dt>false<dd> |
| tooltip | <dt><PlainObject> | - | no | Lorem |
## Callbacks Checkbox
| Callback | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| onClick | <dt>function() | - | no | Describes the action in consequence of a click. |
| onActivate | <dt>function() | - | no | Lorem |
| onDeactivate | <dt>function() | - | no | Lorem |
```
@@include(../datafieldinput/datafieldinput_p.md)