| radio ( array_attribute ) | ใช้คืนค่า tag input ประเภท radio |
|---|
method:radio ( array_attribute );
return type:string
special:static
content:ใช้คืนค่า tag input ประเภท radio
example:$arr[ "name" ] = "sex"; $arr[ "value" ] = "1"; $arr[ "class" ] = "cssRadio"; $arr[ "id" ] = "sex"; echo form::radio ( $arr );