package com.tridium.ui.theme; public interface CheckBoxTheme extends ToggleButtonTheme { int getCheckBoxSize(); }