public ToggleButtonLabelCombo(org.lgna.croquet.BooleanState state) {
   this.toggleButton = state.createToggleButton();
   this.label = state.getSidekickLabel().createLabel();
   this.internalAddComponent(this.toggleButton);
   this.internalAddComponent(this.label);
 }