"ui-radio", 'type' => "radio", ]; protected function objectAttribute() : array { if ( isset($this->options['value']) && ( $this->options['value'] === $this->value ) ) { return [ 'checked' => "checked" ]; } return []; } }