I would like to create a checkbox type custom field that has nested options under certain options. For example, I might have a checkbox custom field called vehicles. It has 2 options (truck and car). If a user selects "trucks", I want a new subset of checkboxes to appear under "truck" like "red truck", "green truck", "blue truck". If the user selects "car", I want a new subset of checkboxes to appear under "car" like "red car", "green car", "blue car", etc.
I tried creating a separate field and hiding/showing the separate field based on the option(s) selected from the parent checkbox field, but users want the sub-groups to appear directly under the option and not in a separate "field".
I see there are a few checklist plugins available on the Atlassian Marketplace but I haven't seen one that allows nested checkboxes. Perhaps file a feature request with one of the vendors. You might also be able to use the source code for cascading selects to create a new custom field type that renders those as checkboxes, but they only allow single values for parent and child
Next step is likely setting some user expectations :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.