📋 Metadata
- Author: Rookies
- Date: 2020-06-08 00:46:36
- Type:
question - Reply to: post_03336
- Replies (1): post_03342
💬 Content
thanks for quick reply and answer
i tried the 3 codes but it turned out toggle able button i know its a similar to checkbox
but i really prefer checkbox , is there a way to seperate this style?

i really want to mimic the ui for 3ds max for blender so i hope you can help me

here’s my attempt and it doesnt work
, i am lost and i really dont know what im doing sorry
L.prop_menu_enum(C.tool_settings, "snap_elements", 'VERTEX')
L.menu(C.tool_settings, "snap_elements", 'VERTEX', text=slot, icon=icon, icon_value=icon_value, toggle=True)
L.prop_enum(C.tool_settings, "snap_elements", 'VERTEX', text=slot, icon=icon, icon_value=icon_value, toggle=True)