26 #define YUILogComponent "ui"
29 #include "YUISymbols.h"
30 #include "YCheckBox.h"
37 , useBoldFont(
false )
49 YUI_CHECK_NEW( priv );
61 priv->label = newLabel;
73 return priv->useBoldFont;
79 priv->useBoldFont = bold;
95 propSet.
add(
YProperty( YUIProperty_Value, YOtherProperty ) );
96 propSet.
add(
YProperty( YUIProperty_Label, YStringProperty ) );
109 if ( propertyName == YUIProperty_Value )
return false;
125 if ( propertyName == YUIProperty_Value )
return YPropertyValue( YOtherProperty );