2026-03-17 13:31:18 -07:00

6 lines
119 B
Java

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