| checkbox() | ใช้คืนค่า tag input ประเภท checkbox |
|---|
method:checkbox ( name, value, checked, attribute );
return type:string
special:static
content:ใช้คืนค่า tag input ประเภท checkbox
example:$attribute = " class='cssCheckbox' id='favourite' "; echo form::checkbox ( "favourite", "1", true, $attribute );