class documentation

Represents a choice in a Choices view.

Parameters
valuethe value of the choice
labela label for the Choice
descriptiona description for the Choice
captiona caption for the Choice
Method __init__ Undocumented
Method clone Clones the Choice.
Method to_json Undocumented
Instance Variable include Undocumented
Instance Variable value Undocumented

Inherited from View:

Method kwargs_to_json Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, value, include=True, **kwargs): (source)
def clone(self): (source)

Clones the Choice.

Returns
a Choice
def to_json(self): (source)

Undocumented

Undocumented

Undocumented