示例#1
0
文件: Radio.php 项目: procoders/admin
 public function render()
 {
     return $this->addon ? HtmlBuilder::radioAddon($this->name, $this->label, $this->getValueFromForm(), $this->attributes, $this->addonValue) : HtmlBuilder::radio($this->name, $this->label, $this->getValueFromForm(), $this->getOptions($this->attributes));
 }