Table of Contents

TMS FNC Check Box Guides

TTMSFNCCheckBox is a two-state check box that supports HTML-formatted label text, configurable widget position (left or right of the label), and custom bitmap artwork via TTMSFNCBitmapContainer. It is a cross-framework replacement for TCheckBox that works on VCL, FMX, and WEB targets.

Topics

Topic Use when
State and widget You need to read or set the checked state, react to changes, reposition the widget, or use bitmap artwork.

Key properties

Property Purpose
Checked Read or set the checked state programmatically.
Text The label text; supports HTML markup.
WidgetPosition Place the check widget left (hwpLeft) or right (hwpRight) of the text.
BitmapContainer Container holding the custom check artwork.
BitmapName Name of the bitmap to use for the check widget.
OnChange Fires when the user toggles the check box.

See also