Event that is fired when the toggle is checked.
@Output('checkedChange') Stream<bool> get onChecked => _controller.stream;