checked property

bool get checked

是否选中此单选按钮。

要控制此值,请适当设置 valuegroupValue

Implementation

bool get checked => value == groupValue;