# Layout Labels, prices & Boolean values

**URL:** https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053
**Category:** Ask for Help
**Created:** [December 21, 2019, 2:09pm UTC](https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053 "2019-12-21T14:09:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Aj2666](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj2666/32/1822_2.png) [@Aj2666](https://community.glideapps.com/u/Aj2666)
#### Post date: [December 21, 2019, 2:09pm UTC](https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053/1 "2019-12-21T14:09:59Z")

</div>

Hi Gliders,  
I have the following questions hoping that you can assistance with:

1. How can I increase font and/or bold a label? I understand that I can use Markdown option, but that resulted in having too many large spaces between the different labels / values.

2. How can I display in multiple rows an item weight & price?  
Option 1 400g $ 12.99  
Option 2 750g $ 16.99  
Option 3 1Kg $ 25.99

3. How do I display 8 offered services where each would be in row with a checkmark rather that label on one line and true / false on a second line. E.g.  
Service 1 Check mark if true  
Service 2 an X if false  
Service 3 Check mark if true

Thanks,

---

<div class="post-metadata">

### Author: ![George\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/george_b/32/534_2.png) [@George\_B](https://community.glideapps.com/u/George_B)
#### Post date: [December 21, 2019, 2:40pm UTC](https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053/2 "2019-12-21T14:40:06Z")

</div>

1. You can’t do this by any other method accept Markdown.
2. Not sure where you want it to display these rows of data, and you want to display Option 1 and Option 2 on the same row?? Are you talking about a list view or detail view?
3. Assuming you are talking about a details page you can use the description in the Checkbox Component like this example:  
 ![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/0/0b3874df8d0d5fe97e530f321f2e0a024817a6a4.png)

---

<div class="post-metadata">

### Author: ![Aj2666](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj2666/32/1822_2.png) [@Aj2666](https://community.glideapps.com/u/Aj2666)
#### Post date: [December 21, 2019, 6:40pm UTC](https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053/3 "2019-12-21T18:40:44Z")

</div>

Thanks @George_B. Apologies if I was not clear enough with my questions. I hope the attached graphic would explain better what I am trying to accomplish.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/4fc4c8605e85fa2a4c82d3cfcba8e2429f32cfa7.png)

---

<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: [December 22, 2019, 2:38pm UTC](https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053/4 "2019-12-22T14:38:08Z")

</div>

I would look into building a markdown table in a single column by concatenating values in the sheet, or by building a template column. There you can create your own labels as part of the markdown and set any size you want. This will allow you to display multiple values horizontally in a table format.

Here are a couple of threads that explain the process. For a checkbox, I would consider using emojis to combine with your text. I like using [https://emojipedia.org/](https://emojipedia.org/) A couple examples are ☑ ✔ ✅ ❎ ❌ 🔲 ⬜ ⬛ 🔳

> [@What is the best way to create Table view?](https://community.glideapps.com/t/what-is-the-best-way-to-create-table-view/630):
>
> I have been using MarkDown for creating tables. {By concatenating cell values and CHAR(10) for new lines.} (Attached screenshot) But, I always feel that it’s incomplete without those vertical and horizontal borders. Are there any alternative ways to create tables in Glide?

> [@Google Sheet does not match data view in Glide](https://community.glideapps.com/t/google-sheet-does-not-match-data-view-in-glide/1903/18):
>
> How do you do this? Looks great

---

<div class="post-metadata">

### Author: ![Aj2666](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj2666/32/1822_2.png) [@Aj2666](https://community.glideapps.com/u/Aj2666)
#### Post date: [December 23, 2019, 1:37am UTC](https://community.glideapps.com/t/layout-labels-prices-boolean-values/3053/5 "2019-12-23T01:37:41Z")

</div>

Thank you for the provided solution, works great.
