is_checked属性

is_checked属性

指示单选按钮是否被选中。

定义:

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

也可以看看