Returns the width this component should occupy based on its content or layout rules.
@override int fitWidth() => prefixCheckboxLength + component.label.length;