Check if a feature is selected
bool hasFeature(String featureId) { return features.contains(featureId); }