Template:RadioButton

From FreeCAD Documentation


Use this template when you want to indicate a Radio button false or true that you must check in the graphical user interface of the program.

Example 1:

With parameter FALSE or empty

{{RadioButton|FALSE|select edge}} or {{RadioButton|select wire}}

Result:

select edge or select wire

Example 2:

With parameter TRUE

{{RadioButton|TRUE|select edge}}

Result:

select edge

Example 3:

Without or FALSE parameter the not checked radioButton is displayed

{{RadioButton}} {{RadioButton|FALSE|}}

Result:

Example 4:

With TRUE parameter the checked radioButton is displayed

{{RadioButton|TRUE|}}

Result:

This template is not translatable