You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
#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?The text was updated successfully, but these errors were encountered: