static function selectedIf($value, $testValue = 1, $display = true) { return ThemeHelper::displayIf($value, $testValue, ' selected ', $display); }