SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Allow a checkbox to also optionally receive a pandas column. For "select all"/"select none" options. #199

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

Maybe instead of this a better solution may be to allow a pandas column to be passed to a checkbox. The checkbox shows indeterminate if some are true and some are false. Toggling the checkbox makes it so that all the items in the pandas column are either set to true or false.