-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
- AFAIK Drupal 7 doesn't have such a thing
- But D8 does and migration tries to create
#type => checkbox
In D7 you have a div wrapping a single checkbox where the element title goes on the div and the single checkbox option becomes the title of the checkbox
In D8 as it stands we end up a single checkbox , the element title becomes #title and the single checkbox option becomes #description. This is wildly different from D7. Perhaps a #prefix / #suffix replicating the wrapping div (not sure whether webform supports) and keeping the checkbox option as title would work better?
Metadata
Metadata
Assignees
Labels
No labels