checkBox top-level property

_CheckBoxBuilder get checkBox

Barry @date 2024/9/12 describe: eg: checkBox.blue.borderBlack.shadowMd.material.s50.onChanged(false, _onChanged)

Implementation

///eg: checkBox.blue.borderBlack.shadowMd.material.s50.onChanged(false, _onChanged)
///![](https://github.com/fastcode555/flutter_tailwind/blob/master/images/check_box_image.png?raw=true)
_CheckBoxBuilder get checkBox => _CheckBoxBuilder();