# Make a (yes/no) parameter for a text to hide it

**URL:** https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525
**Category:** Revit
**Tags:** revit, dynamo, family
**Created:** [January 14, 2020, 1:24pm UTC](https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525 "2020-01-14T13:24:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MKJOR](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@MKJOR](https://forum.dynamobim.com/u/MKJOR)
#### Post date: [January 14, 2020, 1:24pm UTC](https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525/1 "2020-01-14T13:24:17Z")

</div>

Hi, first i have never use a dynamo but its okay i will be able to manage. My question is i have made this family (Level Header) with two text boxes as it shown 1-F.F.L 2-S.S.L and I made this shared parameter with (yes/no) parameter what am asking is how to activate this? I mean the once user check the first option (the one with red the second image) will pop up and the once the used uncheck it will hide?

 ![wqe](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/c/1/c13a471e248d451c98581213e67779b861fe183c.jpeg)

---

<div class="post-metadata">

### Author: ![PauLtus](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/paultus/32/48502_2.png) [@PauLtus](https://forum.dynamobim.com/u/PauLtus)
#### Post date: [January 14, 2020, 2:14pm UTC](https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525/2 "2020-01-14T14:14:07Z")

</div>

I think this is something you’re better off to fix within Revit itself rather than using Dynamo.

---

<div class="post-metadata">

### Author: ![MKJOR](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@MKJOR](https://forum.dynamobim.com/u/MKJOR)
#### Post date: [January 14, 2020, 5:21pm UTC](https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525/3 "2020-01-14T17:21:46Z")

</div>

I don’t think Revit ALONE can do this UNLESS it’s a coding thing this why am asking, anyway thank for your time to reply 🙂

---

<div class="post-metadata">

### Author: ![Nick\_Boyts](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/nick_boyts/32/76313_2.png) [@Nick\_Boyts](https://forum.dynamobim.com/u/Nick_Boyts)
#### Post date: [January 14, 2020, 6:23pm UTC](https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525/4 "2020-01-14T18:23:30Z")

</div>

Unless I’m not understanding your request, it sounds like you just want a visibility parameter. A quick Google search should be able to help you set one up.

---

<div class="post-metadata">

### Author: ![ingenieroahmad](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/ingenieroahmad/32/72992_2.png) [@ingenieroahmad](https://forum.dynamobim.com/u/ingenieroahmad)
#### Post date: [January 15, 2020, 6:30am UTC](https://forum.dynamobim.com/t/make-a-yes-no-parameter-for-a-text-to-hide-it/45525/5 "2020-01-15T06:30:51Z")

</div>

Try using node parameter value by name and feed the value with 0 or 1 to switch between Yes & No (Visible or not).
