Source for file class.acBlockType_checkbox.php
Documentation is available at class.acBlockType_checkbox.php
$params['block_type'] =
'checkbox';
return '<input type="hidden" name="'.
$this->GetProperty('id') .
'" value="0" />
<input id="'.
$this->GetProperty('id') .
'" class="pagecheckbox"'.
($this->GetProperty('style') !=
''?
' style="'.
$this->GetProperty('style') .
' "':
'') .
' type="checkbox" value="1" name="'.
$this->GetProperty('id') .
'"'.
($this->GetContent() ==
1 ?
' checked="checked"':
'') .
' />';
Documentation generated on Tue, 09 Oct 2012 16:57:02 +0200 by phpDocumentor 1.4.1