if (BoolVal(Grocy.UserSettings.recipe_ingredients_group_by_product_group)) { $("#recipe_ingredients_group_by_product_group").prop("checked", true); } if (BoolVal(Grocy.UserSettings.recipe_ingredient_display_as_fractions)) { $("#recipe_ingredient_display_as_fractions").prop("checked", true); }