type == 'boolean') { $this->type = 'select'; $source = [ [ 'value' => 0, 'text' => '否' ], [ 'value' => 1, 'text' => '是' ] ]; $this->clientOptions['source'] = $source; } } }