Add round checkbox composable.

Adds `RoundCheckbox` composable, which is styled to match the appearance of the other view checkboxes used in the app.
This commit is contained in:
Jeffrey Starke
2025-05-05 15:43:39 -04:00
committed by Michelle Tang
parent b79ec79644
commit 9867fa3f50
12 changed files with 142 additions and 14 deletions

View File

@@ -8498,5 +8498,12 @@
<!-- Accessibility label for a button displayed in the toolbar to return to the previous screen. -->
<string name="DefaultTopAppBar__navigate_up_content_description">Navigate up</string>
<!-- Accessibility label describing the action that occurs when clicking a checkbox. -->
<string name="SignalCheckbox_accessibility_on_click_label">Toggle</string>
<!-- Accessibility label describing a checked checkbox. -->
<string name="SignalCheckbox_accessibility_checked_description">Ticked</string>
<!-- Accessibility label describing an unchecked checkbox. -->
<string name="SignalCheckbox_accessibility_unchecked_description">Unticked</string>
<!-- EOF -->
</resources>