# How To display multiple components like checkboxes on one line

**URL:** https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192
**Category:** Ask for Help
**Created:** [December 1, 2020, 5:17am UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192 "2020-12-01T05:17:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [December 1, 2020, 5:17am UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/1 "2020-12-01T05:17:31Z")

</div>

Hello. Hope you are well. Is it possible to display multiple components like checkboxes on one line? I have a number of checkbox components and they are all on separate lines. How can I have two or three checkboxes on one line? I tried placing them in a table but this did not work. Also when you use the table component the first column text is much brighter than the second column information. Can this be adjusted or what is the work around other than having a template?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 1, 2020, 9:04am UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/2 "2020-12-01T09:04:08Z")

</div>

> [@Candy\_Phillips](#):
>
> Is it possible to display multiple components like checkboxes on one line?

So it would be something like.

✅ Content A, ✅ Content B, ✅ Content C?

---

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [December 1, 2020, 12:42pm UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/3 "2020-12-01T12:42:30Z")

</div>

Hello. Yes. But without the commas .

---

<div class="post-metadata">

### Author: ![MaxB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maxb/32/15623_2.png) [@MaxB](https://community.glideapps.com/u/MaxB)
#### Post date: [December 1, 2020, 1:13pm UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/4 "2020-12-01T13:13:58Z")

</div>

Also buttons, maybe with text between them would be useful

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 1, 2020, 2:08pm UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/5 "2020-12-01T14:08:31Z")

</div>

I think a template column is the closest you will have.

---

<div class="post-metadata">

### Author: ![Sheme34](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sheme34/32/18017_2.png) [@Sheme34](https://community.glideapps.com/u/Sheme34)
#### Post date: [December 1, 2020, 3:50pm UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/6 "2020-12-01T15:50:49Z")

</div>

I’m curious to know how to @ThinhDinh. To display button or images with html is ok but for Glide checkboxes ?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 1, 2020, 4:18pm UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/7 "2020-12-01T16:18:12Z")

</div>

I’m imagining something with If Then Else columns.

If Content A’s boolean column is True then ✅ Content A, else ❌ Content A.

Same for the other Content B and Content C etc.

Then you have a template column to join them all together.

Does that make sense for your case?

---

<div class="post-metadata">

### Author: ![Candy\_Phillips](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/candy_phillips/32/15840_2.png) [@Candy\_Phillips](https://community.glideapps.com/u/Candy_Phillips)
#### Post date: [December 1, 2020, 7:16pm UTC](https://community.glideapps.com/t/how-to-display-multiple-components-like-checkboxes-on-one-line/19192/8 "2020-12-01T19:16:25Z")

</div>

Ok. Thank you for the quick response. I have like 10 checkboxes that a user can select . Will look at using Join and Template to get two or three on a line. 🙏🏾
