## Selecting correct widget

- For normal use case, where you have a button, and clicking it pops up the color picker, use `OOJSPlus.ui.widget.ColorPickerWidget`
- For using color picker as a part of your own widget, use `OOJSPlus.ui.widget.ColorPickerEmbeddable`
- For using color picker directly, without the button that pops it up, use `OOJSPlus.ui.widget.ColorPickerStandaloneWidget`
- For use-cases, where you want user to be able to specify the color code along with the color picker button, use `OOJSPlus.ui.widget.HexColorPickerWidget`
