Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-forms
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-forms
Merge requests
!27
fix: radio field
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: radio field
feature/strong-typing-pp
into
feature/strong-typing
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/strong-typing-pp
into
feature/strong-typing
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
feature/strong-typing
feature/strong-typing (base)
and
latest version
latest version
5c6ca1f8
1 commit,
3 years ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Field/RadioField.php
+
4
−
0
Options
@@ -4,6 +4,10 @@ namespace WPDesk\Forms\Field;
class
RadioField
extends
BasicField
{
public
function
get_type
():
string
{
return
'radio'
;
}
public
function
get_template_name
():
string
{
return
'input-radio'
;
}
Loading