```div-parameter
## Parameter Checkbox

|	Parameter			|			Format			|	Default					|	Mandatory	|	Description	| 
|		---				|			---				|	:---:					|	:---:		|		---		|
|	value	|	|	true	|	no	|	Lorem	|
|	value_unchecked	|	|	false	|	no	|	Lorem	|
|	text	|	<dt>&lt;String&gt;	|	-	|	no	|	Lorem	|
|	content	|	<dt>isElement<dt>CUI-Element	|	-	|	no	|	Lorem	|
|	active	|	<dt>&lt;Boolean&gt;	|	false	|	no	|	<dt>true<dd><dt>false<dd>	|
|	radio	|	<dt>&lt;String&gt;	|	-	|	no	|	Lorem	|
|	group	|	<dt>&lt;String&gt;	|	-	|	no	|	Lorem	|
|	radio_allow_null	|	<dt>&lt;Boolean&gt;	|	-	|	no	|	<dt>true<dd><dt>false<dd>	|
|	tooltip	|	<dt>&lt;PlainObject&gt;	|	-	|	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) 