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