Skip to content

binaryninja.interaction.CheckBoxField #6696

Open
@whitequark

Description

@whitequark

What is the feature you'd like to have?
It would be very convenient to have a checkbox in the get_form_input API, for simple configuration like "catch exceptions? Y/N"

Are any alternative solutions acceptable?
I understand that I can also achieve this with PySide, however that is quite a bit more complicated and fragile (especially when virtualenvs or headless operation get involved), and a checkbox input shouldn't be too big of a burden to implement.

Right now I'm using a choice input instead. I suppose an integer would also work. Neither are very convenient.

Metadata

Metadata

Assignees

Labels

Component: APIIssue needs changes to the APIComponent: UIIssue needs changes to the user interfaceEffort: TrivialIssue should take < 1 dayImpact: LowIssue is a papercut or has a good, supported workaround

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions