User story
As a CIEL curator working through a Worklist, I want to explicitly mark whether an edited item has been resolved so that saving a concept can also update its Worklist status.
Use case
When a concept is opened from an Internal Data/Worklist item, add a Resolved / Unresolved toggle button between Cancel and Save Concept.
The component should follow the checkbox-button pattern shown in the reference, using the primary button style when Resolved and the secondary button style when Unresolved.
Requirements
Acceptance criteria

User story
As a CIEL curator working through a Worklist, I want to explicitly mark whether an edited item has been resolved so that saving a concept can also update its Worklist status.
Use case
When a concept is opened from an Internal Data/Worklist item, add a
Resolved/Unresolvedtoggle button betweenCancelandSave Concept.The component should follow the checkbox-button pattern shown in the reference, using the primary button style when
Resolvedand the secondary button style whenUnresolved.Requirements
CancelandSave Conceptwhen Concept Manager is opened from an Internal Data/Worklist item.Unresolved: unchecked and secondary button style.Resolved: checked and primary/blue button style.Resolved.Unresolvedafter editing.Resolvedunless another form change occurs.Resolved, save the concept changes and move/update the Worklist item to the Resolved state/list.Unresolved, save the concept changes without resolving the Worklist item.Acceptance criteria
Resolved.Unresolvedeven when the form is dirty.Resolvedmarks the corresponding Worklist item as resolved.Unresolvedkeeps the corresponding Worklist item unresolved.Save Conceptis executed successfully.