MealOption

constructor(name: String, isChosen: MutableState<Boolean> = mutableStateOf(false))