| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > #PROMPT Entry Types Alpha Listing >====== CHECK (check box) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[display and formatting statements.htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[color call color dialog .htm|{{btn_next_n.gif|Next page}}]] | | || **CHECK** {{blk2blue.jpg|blk2blue.jpg}} The **CHECK** //type// in a #PROMPT statement indicates the prompt's //symbol// is a toggle switch which is used only for on/off, yes/no, or true/false evaluation. CHECK puts a check box on screen in the entry area for the #PROMPT. When the Check box is toggled on, the prompt's //symbol// equals %True. When the Check box is toggled off, the prompt's //symbol// equals %False. **Example:** **#PROMPT('Network Application',****CHECK****),%NetworkApp**