label property

label property

Assigns a label to this option group. See the label attribute definition in HTML 4.01.

Definition:

@property
def label(self):
    ...
@label.setter
def label(self, value):
    ...

See Also