Slide Toggle
Description:
Slide Toggle
Slide Toggle is a simple component used for activating one of two predefined options. Commonly used as an on/off button.
Allowed Parent Components:
Card Header
Card Table Column
Col
Form
Form Search
Allowed Child Components:
Popover
Pulse
Trigger Before Render
Trigger On Change
Properties
➤ Checked Label
Label to be set when checked. e.g., On, Check
Allowed Values: Free text field
➤ Unchecked Label
Label to be set when uncheck. e.g., Off, Uncheck
Allowed Values: Free text field
➤ Field Label
Allowed Values: An expression which should return string after evaluation
➤ Help Text1
Provide some helpful level one text for this field and see how it looks on the UI
Allowed Values: Free text field
➤ Help Text2
Provide some helpful level two text for this field and see how it looks on the UI
Allowed Values: Free text field
➤ Hide Label
Check this to hide the label
Allowed Values: Yes/No
➤ Label Primary
Check to render the label in primary color
Allowed Values: Yes/No
➤ Tool Tip
A message which appears when a cursor is positioned over.
Allowed Values: An expression which should return string after evaluation
➤ Tool Tip Position
Select an option to change the placement of the tooltip when appears.
Allowed Values:
left
right
top
bottom
➤ View Attribute
Allowed Values: Attribute
➤ Checked Value
Value to be set when checked. If no value is specified, Y will be set when checked.
Allowed Values: Free text field
➤ Unchecked Value
Value to be set when unchecked. If no value is specified, N will be set when unchecked.
Allowed Values: Free text field
➤ Insert Allowed
Allowed Values: Yes/No
➤ Insert Allowed Condition
Specify an expression to conditionally allow editing this field while creating a new row
Allowed Values: An expression which should return boolean after evaluation
➤ Update Allowed
Allowed Values: Yes/No
➤ Update Allowed Condition
Specify an expression to conditionally allow editing this field while updating an existing row
Allowed Values: An expression which should return boolean after evaluation
➤ Column Size
Choose 6 for a two column form or 4 for a three column form
Allowed Values: Choose 6 for a two column form or 4 for a three column form
➤ Rounded
Uncheck to show the slide toggle in rectangle.
Allowed Values: Yes/No
➤ Size
Select an option to change the size of the slide toggle.
Allowed Values:
small
default
large
➤ Transparent
Check this if you want this field to be displayed without any borders around the input field. Typically used for readonly fields on a grey background.
Allowed Values: Yes/No
➤ All Caps
Select this property for capitalizing the text.
Allowed Values: Yes/No
➤ Text Color
Select a color or enter the custom class to change the color of the text.
Allowed Values: Select a color or enter the custom class to change the color of the text.
➤ Font Weight
This property sets how thick or thin characters in text should be displayed.
Allowed Values:
Light
Normal
Semi Bold
Bold
Default
➤ Hint Text
Check this property to fade the font color of the text.
Allowed Values: Yes/No
➤ Italic
Check this property to change the font style of the text to italic.
Allowed Values: Yes/No
➤ Muted
Check this property to change the color of the font to light grey.
Allowed Values: Yes/No
➤ No Decoration
Check this property to remove decoration of the text
Allowed Values: Yes/No
➤ Overflow Ellipsis
Check this property to show hidden overflow content as an ellipsis ('…').
Allowed Values: Yes/No
➤ Text Size
Select an option to change the size of the text.
Allowed Values:
Small
Normal
Large
Default
➤ On Change
Allowed Values: Controller Function
Last updated