const NamedNulleableBoolToggle({ Key? key, required this.label, this.onSelected, this.isSelected, }) : super(key: key);