checked property

bool checked
final

选中状态。默认为false 当FuiCheckBox嵌入到FuiCheckBoxGroup的时候,这个值表示初始状态,后续的状态会由Group管理

Implementation

final bool checked;