mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
UX-2323, the Checkbox guideline
This commit is contained in:
parent
aaa05f94d0
commit
804662cdcf
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user