PaloAltoNetworks / pan-cnc

CNC: Chevy's, not Cadillacs. Rapid UI prototyping for all Palo Alto Networks WWSE demos and pocs.
Apache License 2.0
3 stars 3 forks source link

Add formatted boolean checkbox option #7

Closed scotchoaf closed 5 years ago

scotchoaf commented 5 years ago

The current checkbox type is based on a list that shows all values, even if to be boolean.

Ideally want to have a single checkbox as a BooleanField with the description to the right of the box. This creates a more intuitive boolean option in the menu.

NOTE: Also with checkbox you have to set required=False to allow for unchecked boxes.

nembery commented 5 years ago

@punisherVX added this already