Check Box

Check Box

john4TMYX
Enthusiast Enthusiast
249 Views
1 Reply
Message 1 of 2

Check Box

john4TMYX
Enthusiast
Enthusiast

Hi guys,

 

I use visual studio c++ to develop the plugin. I need to add a checkbox into my UI, could anyone please show me how to do it? I have searched the sample codes, I didn't find any functions that let me do that. Maybe I miss something.

 

Thank you.

 

Regards

John

0 Likes
Accepted solutions (1)
250 Views
1 Reply
Reply (1)
Message 2 of 2

jeff.pek
Community Manager
Community Manager
Accepted solution

Hi - 

 

A checkbox is provided by a BoolValueCommandInput, which can be added into your added into your commandInputs with addBoolValueInput. Set the "isCheckBox" property (in the function) to True to get a checkbox (as opposed to a toggle button).

 

Jeff

0 Likes