Pro Parameters Option question

Hi,

I’m wondering if this is possible with Parameters, where selecting an option reveals additional settings? And is there a sample code to be seen.

Those are not parameter editable yet. If your using Graphic you can probably set the font-size to 0 to hide it. Have a great week.

Nope, I meant to ask, with the current parameters, is it possible for me to have those checkbox where clicking on it reveals additionals parameters.

AFAIK there are no checkbox parameter. But you can mimic a checkbox with a Choose parameter field with only one option and the additional offValue field, so you can activate/deactivate the single option.
See docs here: https://theme.co/docs/parameters#control-types-choose-select

And then you can use conditional parameters to show/hide other parameters: https://theme.co/docs/parameters#conditional-parameters

It is not exactly the same, but at least it mimics the functionality.

Unfortunately some features (like conditionals) do break when used in Groups or Lists :frowning:

Thank you for chiming in @raye. Your comment is spot-on.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.