# Ability to Change Favorites Choice Component Text and Symbols

**URL:** https://community.glideapps.com/t/ability-to-change-favorites-choice-component-text-and-symbols/14338
**Category:** Feature Requests
**Created:** [August 21, 2020, 5:59pm UTC](https://community.glideapps.com/t/ability-to-change-favorites-choice-component-text-and-symbols/14338 "2020-08-21T17:59:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Tyler\_Scheviak](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tyler_scheviak/32/11811_2.png) [@Tyler\_Scheviak](https://community.glideapps.com/u/Tyler_Scheviak)
#### Post date: [August 21, 2020, 5:59pm UTC](https://community.glideapps.com/t/ability-to-change-favorites-choice-component-text-and-symbols/14338/1 "2020-08-21T17:59:54Z")

</div>

I would like to use a function very similar to the in-app favorites feature to store items in a “planner.” If I had the ability to change the symbol of the favorite button (maybe a plus instead of a heart) and change the text at the top of the choice component from “FAVORITES” to something custom that would be fantastic. I know I can do this with a form and custom choice component but I cannot simply use the heart functionality by doing this approach. I’d love to hear your thoughts.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 21, 2020, 6:54pm UTC](https://community.glideapps.com/t/ability-to-change-favorites-choice-component-text-and-symbols/14338/2 "2020-08-21T18:54:40Z")

</div>

You should be able to customize the favorites text. I believe there is a setting in there somewhere to set the list label.

If you want something custom then you could build your own favorites functionality pretty easily using a checkbox or switch that fills a user specific column. Then you can build a choice component in the horizontal segmented layout and use it to hide or show different filtered lists depending on the choice. This post doesn’t have exact examples, but should give you an idea of what I’m talking about:

> [@Search + Favorites enabled on inline list but only search bar appears...no tab for ALL/FAVORITES](https://community.glideapps.com/t/search-favorites-enabled-on-inline-list-but-only-search-bar-appears-no-tab-for-all-favorites/11826/3):
>
> Another thing that I have done is to create a user specific column in the sheet, where you are displaying your detail view, to hold a choice value of All or Favorites. Then you can create two lists, one with no filter for ‘All’ and one filtered by the isfavorite or like column for ‘Favorites’. Then set visibility to show either list depending on the choice selected. There is a similar example in the first tab of this app: [https://6pbvq.glideapp.io/](https://6pbvq.glideapp.io/) and in the food/activies tab here: [https:…](https://rwtsk.glideapp.io/)

---

<div class="post-metadata">

### Author: ![Nadir\_Abdelrahman\_MD](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nadir_abdelrahman_md/32/5237_2.png) [@Nadir\_Abdelrahman\_MD](https://community.glideapps.com/u/Nadir_Abdelrahman_MD)
#### Post date: [August 21, 2020, 7:05pm UTC](https://community.glideapps.com/t/ability-to-change-favorites-choice-component-text-and-symbols/14338/3 "2020-08-21T19:05:16Z")

</div>

I like it. Thanks.

---

<div class="post-metadata">

### Author: ![Tyler\_Scheviak](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tyler_scheviak/32/11811_2.png) [@Tyler\_Scheviak](https://community.glideapps.com/u/Tyler_Scheviak)
#### Post date: [August 21, 2020, 11:46pm UTC](https://community.glideapps.com/t/ability-to-change-favorites-choice-component-text-and-symbols/14338/4 "2020-08-21T23:46:56Z")

</div>

I am using the favorite image overlay to do it so I ran into issues doing that. I did find a workaround however. I can add a favorite element within the list item and change the list label there. Then, so I don’t see the favorite overlay on the image as well as this new favorite component I changed the visibility of the component to always be hidden. This changes the “FAVORITES” text that was automatically generated before. Thanks for the help!
