const CheckBoxButton( {Key? key, required this.isChecked, this.onChanged, this.clickable = true}) : super(key: key);