Use CheckBox Component

Go to Component panel and select component CheckBox. Drag the component to the canvas or double click it in the panel, then set its properties and parameters in Properties panel.

If you want to learn the details about the properties and parameters of CheckBox component, you may click here.

In Properties panel, you may set the general properties of the component under tab Properties. And the parameters are set under tab Parameters.

Sothink SWF Easy usebutton2 Use CheckBox

label:
You may input the text showing on the CheckBox here.

labelPlacement:
Click the drop-down arrow and select left, right, top or bottom in the pop-up menu to orients the label text for the checkbox. The default value is right.

selected:
Here you may set the initial value of the check box to checked (true) or unchecked (false). The default value is false.

enabled:
Here you may decide whether the component can receive focus and input. “true” means that the component is in the enabled state and it receives focus if you click it or tab to it while “false” means that the component is in the disabled state and it doesn’t receive mouse or keyboard input.

color:
You may edit the color of the component. Choose the color in the color box or customize one.

Save as default:
If you want to use the color you chose next time, you may click button Save as default for convenience.

 

As for event and method of CheckBox, you may set under tab Action.

Sothink SWF Easy usecheckbox1 Use CheckBox

 

Use CheckBox