# round_check_box **Repository Path**: jison_DL/round_check_box ## Basic Information - **Project Name**: round_check_box - **Description**: fork https://github.com/rodrigobastosv/round_check_box - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-06 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart) Buy Me A Coffee ## Introduction Package created to give a fully functional and customizable round CheckBox. ## Simple Usage The most simple use is this one. A prepared round checkbox that has a callback when selected/unselected. ```dart RoundCheckBox( onTap: (selected) {},), ``` That will generate this: ![enter image description here](assets/1.gif) ## Customize to your needs You can customize all sort of behaviors and look you want. You can do things like setting selected/unselected color, selected/unselected widgets, duration of the animation, etc. The next example show some of the customizations. ![enter image description here](assets/2.gif)