How to get a checkmark before selected item in DropDown ipywidget

29 Views Asked by At

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.

0

There are 0 best solutions below