UX-2323, the Checkbox guideline

This commit is contained in:
eldar-jetbrains 2025-01-23 17:57:30 +01:00
parent aaa05f94d0
commit 804662cdcf

View File

@ -12,7 +12,7 @@
<tldr> <tldr>
<p> <p>
<control>Implementation:</control> <control>Implementation:</control>
<a href="https://docs.oracle.com/javase/tutorial/uiswing/components/button.html"><code>JCheckBox</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/javax/swing/JCheckBox.html"><code>JCheckBox</code></a>,
<a href="%gh-ic%/platform/platform-api/src/com/intellij/ui/components/JBCheckBox.java"><code>JBCheckBox</code></a> <a href="%gh-ic%/platform/platform-api/src/com/intellij/ui/components/JBCheckBox.java"><code>JBCheckBox</code></a>
</p> </p>
</tldr> </tldr>
@ -203,7 +203,7 @@
</chapter> </chapter>
<chapter title="How to layout" id="how-to-layout"> <chapter title="How to layout" id="how-to-layout">
<p> <p>
Follow the <a href="layout.md" anchor="checkboxes-and-radio-buttons">layout of checkboxes and radio buttons</a> Follow the guidelines for <a href="layout.md" anchor="checkboxes-and-radio-buttons">checkboxes and radio buttons</a> layout.
</p> </p>
</chapter> </chapter>
</topic> </topic>