0

I have a checkbox field like this: enter image description here

But I need two lines that are NOT checkboxes (and not clikable), just text, like that (this is the same question, but done on word, with sub titles like I want) : enter image description here

From my UI, I cannot see that option: enter image description here

Is there a way to say to the field "those lines are not checkboxes"? By, I don't know, maybe a code, like using something else than ":"?

If you have any idea on how I could do this, please help.

David Gourde
  • 3,709
  • 2
  • 31
  • 65

1 Answers1

0

I think that your best bet for this would be to take each of the main titles:

Produits du Lab. De Montreal:

and

Produits de HAL:

and make them into a checkbox group

Then make separate checkbox groups for each of the "children" of your top tier checkboxes. Have those "children" appear based on what "parent" is checked, using the conditional settings in ACF.

Joe
  • 1,792
  • 1
  • 16
  • 25
  • That will work, but I am really trying to have all the checkboxes in the same field for data analysis later on. If there is no other way I might think about it or simply remove the subtitles, but it's not what I would like to have. Thank you anyway. – David Gourde Jul 11 '14 at 19:41