menu
uikit_plus package
documentation
input/view/input_extend.dart
InputExtendController
isChecked method
isChecked method
dark_mode
light_mode
isChecked
method
bool
isChecked
(
int
index
)
Implementation
bool isChecked(int index) { return _state?.isChecked(index)??false; }
uikit_plus package
documentation
input/view/input_extend
InputExtendController
isChecked method
InputExtendController class