Hey @nathanwaters, @AaronCollier, @skatefriday!
Apologies and understand the frustration. For UI Kit 2 macro config, dynamic rendering is fixed now - give it a go and let me know if it works.
In order to use Checkbox
in the UI Kit 1 macro config, we have to wrap Checkbox
with CheckboxGroup
- even if it’s with a single checkbox. Surprised if there is an app with Checkbox
without the CheckboxGroup
parent - let me know if that’s the case.
For UI Kit (2), this behaviour is replaced with defining an options array for CheckboxGroup
and you can specify just one option in the array to achieve the behaviour of a singular checkbox. We’ve made a new section in the documentation about the supported components in the macro config.
Cheers,
Yuwei