| checkbox ( array_attribute ) | ใช้คืนค่า tag textarea |
|---|
method:checkbox ( array_attribute );
return type:string
special:static
content:ใช้คืนค่า tag textarea
example:$arr[ "name" ] = "favourite"; $arr[ "value" ] = "1"; $arr[ "class" ] = "cssCheckbox"; $arr[ "id" ] = "favourite"; echo form::checkbox ( $arr );