I am a begineer in python and ipywidgets.
I am trying to get a checkmark before slected item in ipywidgetenter image description here
drop_down_x =
widgets.Dropdown(options=['All','Natural','Lab'],
value='All',
description='Origin',
icon='check',
DescriptionStyle='CheckBoxStyleModel',
disabled=False)
Please help
I tried several things but could not get it.