Skip to content

Commit

Permalink
[35317] Checkbox: Remove Sketch and Adobe XD references (en)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbayreva committed Dec 12, 2024
1 parent 68f63c7 commit d586704
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/components/checkbox.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Checkbox - Design System Component
_description: The Checkbox Component Symbol is used to allow the user to mark a selection.
_keywords: Design Systems, Design Systems UX, UI kit, Sketch, Ignite UI for Angular, Sketch to Angular, Sketch to Angular, Angular, Angular Design System, Export code from Sketch, Design Kits for Angular, Sketch HTML, Sketch to HTML, Sketch UI kits, Figma, Figma to Angular, Export code from Figma, Figma HTML, Figma to HTML, Figma UI kits
_keywords: Design Systems, Design Systems UX, UI kit, Figma, Ignite UI for Angular, Figma to Angular, Angular, Angular Design System, Export code from Figma, Design Kits for Angular, Figma HTML, Figma to HTML, Figma UI kits
---

# Checkbox
Expand All @@ -14,20 +14,20 @@ Use the Checkbox Component to allow the user make a selection, which most often

## Interaction State

The checkbox can be inserted in an Enabled or Disabled state. In Sketch and Adobe XD you should select the state prior to inserting the component. In Figma, you can additionally apply a single or a combination of the following properties: Hover, Focused and Invalid, which can be switched in the properties panel.
The checkbox can be inserted in an Enabled or Disabled state. In Figma, you can additionally apply a single or a combination of the following properties: Hover, Focused and Invalid, which can be switched in the properties panel.

<img class="responsive-img" src="../images/checkbox_interaction_state.png" srcset="../images/[email protected] 2x" />

## Layout Template

In Sketch, the Checkbox supports label position variants where the Checkbox label is placed after or before the Checkbox element. In Figma, you can change the label's position by using the "Label Position" property. In Adobe XD, we are using Stacks to allow you to change the label and checkbox positions at design time simply by dragging it to the left or right of the checkbox visual.
In Figma, you can change the label's position by using the "Label Position" property.

<img class="responsive-img" src="../images/checkbox_label_after.png" srcset="../images/[email protected] 2x" />
<img class="responsive-img" src="../images/checkbox_label_before.png" srcset="../images/[email protected] 2x" />

## State

The Checkbox provides **On**, Off, and Indeterminate selection states. In Figma, you can switch the selection state using the "State" property from the properties panel. In Sketch this is achieved with `Symbol Overrides`, while in Adobe XD we are using the `Component States` paradigm to let you easily switch between states.
The Checkbox provides **On**, Off, and Indeterminate selection states. In Figma, you can switch the selection state using the "State" property from the properties panel.

<img class="responsive-img" src="../images/checkbox_selection.png" srcset="../images/[email protected] 2x" />

Expand Down

0 comments on commit d586704

Please sign in to comment.